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

Unified Diff: cc/settings.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/quad_culler_unittest.cc ('k') | cc/settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/settings.h
diff --git a/cc/settings.h b/cc/settings.h
index 1b8de7f312c6e3faec240868398dc46de5042d86..4666a35f02640aa1fa0670966918a9334d8db7b1 100644
--- a/cc/settings.h
+++ b/cc/settings.h
@@ -21,6 +21,7 @@ public:
static bool pageScalePinchZoomEnabled();
static bool jankInsteadOfCheckerboard();
static bool backgroundColorInsteadOfCheckerboard();
+ static bool traceOverdraw();
static void setPartialSwapEnabled(bool);
static void setPerTilePaintingEnabled(bool);
« no previous file with comments | « cc/quad_culler_unittest.cc ('k') | cc/settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698