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

Unified Diff: cc/switches.h

Issue 11369188: cc: Guard overdraw metrics behind the --trace-overdraw command-line flag. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: renderflags 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
« no previous file with comments | « cc/settings.cc ('k') | cc/switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/switches.h
diff --git a/cc/switches.h b/cc/switches.h
index 6ee6a24f1a1dcedd864004c1b9bbdabca33c064e..839e36b8f216add30c2af1734cb9d935f8b3afa9 100644
--- a/cc/switches.h
+++ b/cc/switches.h
@@ -20,8 +20,9 @@ CC_EXPORT extern const char kDisableThreadedAnimation[];
CC_EXPORT extern const char kEnablePartialSwap[];
CC_EXPORT extern const char kEnablePerTilePainting[];
CC_EXPORT extern const char kEnablePinchInCompositor[];
-CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
CC_EXPORT extern const char kImplSidePainting[];
+CC_EXPORT extern const char kJankInsteadOfCheckerboard[];
+CC_EXPORT extern const char kTraceOverdraw[];
} // namespace switches
} // namespace cc
« no previous file with comments | « cc/settings.cc ('k') | cc/switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698