blob: 13eabb52c30167ce4002ad445a12af9884d0e3cc [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#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
12namespace switches {
13
14SURFACE_EXPORT extern const char kDoAllShowPresentWithGDI[];
15SURFACE_EXPORT extern const char kDoFirstShowPresentWithGDI[];
16
17} // namespace switches
18
19#endif // UI_SURFACE_SURFACE_SWITCHES_H_