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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: cc/switches.h
diff --git a/cc/switches.h b/cc/switches.h
index 839e36b8f216add30c2af1734cb9d935f8b3afa9..347c4958c69bb89e8be67c0c8de4022e18d1439d 100644
--- a/cc/switches.h
+++ b/cc/switches.h
@@ -22,6 +22,11 @@ CC_EXPORT extern const char kEnablePerTilePainting[];
CC_EXPORT extern const char kEnablePinchInCompositor[];
CC_EXPORT extern const char kImplSidePainting[];
CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
+CC_EXPORT extern const char kShowPropertyChangedRects[];
+CC_EXPORT extern const char kShowSurfaceDamageRects[];
+CC_EXPORT extern const char kShowScreenSpaceRects[];
+CC_EXPORT extern const char kShowReplicaScreenSpaceRects[];
+CC_EXPORT extern const char kShowOccludingRects[];
CC_EXPORT extern const char kTraceOverdraw[];
} // namespace switches
« 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