1 // 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.
5 #include "ui/surface/surface_switches.h"
9 // Flags for enabling speculative fix for http://crbug.com/169848
11 // Use GDI to do every first Present after the tab is unhidden.
12 const char kDoAllShowPresentWithGDI
[] = "all-show-present-with-GDI";
14 // Use GDI to do the fist Present after the tab is unhidden.
15 const char kDoFirstShowPresentWithGDI
[] = "first-show-present-with-GDI";
18 } // namespace switches