compositor_switches.h revision 5821806d5e7f356e8fa4b058a389a808ea183019
1583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o// Copyright (c) 2012 The Chromium Authors. All rights reserved.
2583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o// Use of this source code is governed by a BSD-style license that can be
3583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o// found in the LICENSE file.
4583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o
5583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o#ifndef UI_COMPOSITOR_COMPOSITOR_SWITCHES_H_
6583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o#define UI_COMPOSITOR_COMPOSITOR_SWITCHES_H_
7583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o
8583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o#include "ui/compositor/compositor_export.h"
9583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o
10583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'onamespace switches {
11583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o
12583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'oCOMPOSITOR_EXPORT extern const char kDisableTestCompositor[];
13583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'oCOMPOSITOR_EXPORT extern const char kUIEnablePartialSwap[];
14583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'oCOMPOSITOR_EXPORT extern const char kUIShowFPSCounter[];
15583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'oCOMPOSITOR_EXPORT extern const char kUIShowLayerBorders[];
16583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'oCOMPOSITOR_EXPORT extern const char kUIShowLayerTree[];
17583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'oCOMPOSITOR_EXPORT extern const char kUIEnablePerTilePainting[];
18583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'oCOMPOSITOR_EXPORT extern const char kUIEnableThreadedCompositing[];
19583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o
20583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o}  // namespace switches
21583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o
227c36779aebf962d44ce9f320efd40658a44ff063Theodore Ts'o#endif  // UI_COMPOSITOR_COMPOSITOR_SWITCHES_H_
23583a1ce5d1b225a6b01fc2b30a3bcb21fd0d48c9Theodore Ts'o