Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Side by Side Diff: cc/switches.h

Issue 11366212: cc: Add command line flags for the various show rect debugging features. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the "cc" command-line switches. 5 // Defines all the "cc" command-line switches.
6 6
7 #ifndef CC_SWITCHES_H_ 7 #ifndef CC_SWITCHES_H_
8 #define CC_SWITCHES_H_ 8 #define CC_SWITCHES_H_
9 9
10 #include "cc/cc_export.h" 10 #include "cc/cc_export.h"
11 11
12 // Since cc is used from the render process, anything that goes here also needs 12 // Since cc is used from the render process, anything that goes here also needs
13 // to be added to render_process_host_impl.cc. 13 // to be added to render_process_host_impl.cc.
14 14
15 namespace cc { 15 namespace cc {
16 namespace switches { 16 namespace switches {
17 17
18 CC_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[]; 18 CC_EXPORT extern const char kBackgroundColorInsteadOfCheckerboard[];
19 CC_EXPORT extern const char kDisableThreadedAnimation[]; 19 CC_EXPORT extern const char kDisableThreadedAnimation[];
20 CC_EXPORT extern const char kEnablePartialSwap[]; 20 CC_EXPORT extern const char kEnablePartialSwap[];
21 CC_EXPORT extern const char kEnablePerTilePainting[]; 21 CC_EXPORT extern const char kEnablePerTilePainting[];
22 CC_EXPORT extern const char kEnablePinchInCompositor[]; 22 CC_EXPORT extern const char kEnablePinchInCompositor[];
23 CC_EXPORT extern const char kImplSidePainting[]; 23 CC_EXPORT extern const char kImplSidePainting[];
24 CC_EXPORT extern const char kJankInsteadOfCheckerboard[]; 24 CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
25 CC_EXPORT extern const char kShowPropertyChangedRects[];
26 CC_EXPORT extern const char kShowSurfaceDamageRects[];
27 CC_EXPORT extern const char kShowScreenSpaceRects[];
28 CC_EXPORT extern const char kShowReplicaScreenSpaceRects[];
29 CC_EXPORT extern const char kShowOccludingRects[];
25 CC_EXPORT extern const char kTraceOverdraw[]; 30 CC_EXPORT extern const char kTraceOverdraw[];
26 31
27 } // namespace switches 32 } // namespace switches
28 } // namespace cc 33 } // namespace cc
29 34
30 #endif // CC_SWITCHES_H_ 35 #endif // CC_SWITCHES_H_
OLDNEW
« cc/layer_tree_host.cc ('K') | « cc/layer_tree_host.cc ('k') | cc/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698