blob: ab8b608518dbdce2bfd667246947598a3a09242c [file] [log] [blame]
[email protected]8b1c3c72013-01-25 01:48:431// Copyright (c) 2013 The Chromium Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "ui/surface/surface_switches.h"
6
7namespace switches {
8
9// Flags for enabling speculative fix for http://crbug.com/169848
10
11// Use GDI to do every first Present after the tab is unhidden.
12const char kDoAllShowPresentWithGDI[] = "all-show-present-with-GDI";
13
14// Use GDI to do the fist Present after the tab is unhidden.
15const char kDoFirstShowPresentWithGDI[] = "first-show-present-with-GDI";
16
17
18} // namespace switches
19