[email protected] | 8b1c3c7 | 2013-01-25 01:48:43 | [diff] [blame] | 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. |
| 4 | |
| 5 | #ifndef UI_SURFACE_SURFACE_SWITCHES_H_ |
| 6 | #define UI_SURFACE_SURFACE_SWITCHES_H_ |
| 7 | |
| 8 | #include "ui/surface/surface_export.h" |
| 9 | |
| 10 | // Defines all the command-line switches used by ui/surface. |
| 11 | |
| 12 | namespace switches { |
| 13 | |
| 14 | SURFACE_EXPORT extern const char kDoAllShowPresentWithGDI[]; |
| 15 | SURFACE_EXPORT extern const char kDoFirstShowPresentWithGDI[]; |
| 16 | |
| 17 | } // namespace switches |
| 18 | |
| 19 | #endif // UI_SURFACE_SURFACE_SWITCHES_H_ |