| // Copyright (c) 2013 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| #ifndef UI_SURFACE_SURFACE_SWITCHES_H_ |
| #define UI_SURFACE_SURFACE_SWITCHES_H_ |
| #include "ui/surface/surface_export.h" |
| // Defines all the command-line switches used by ui/surface. |
| SURFACE_EXPORT extern const char kDoAllShowPresentWithGDI[]; |
| SURFACE_EXPORT extern const char kDoFirstShowPresentWithGDI[]; |
| #endif // UI_SURFACE_SURFACE_SWITCHES_H_ |