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

Unified Diff: cc/switches.cc

Issue 12316084: cc: Consolidate the analysis_canvas operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: bugfix Created 7 years, 10 months 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.cc
diff --git a/cc/switches.cc b/cc/switches.cc
index 178623f2225be736e328c7d6e7227da497c26cdd..4b1446ccec9ec5e9daf0e7eb78e98d24c431050a 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -30,6 +30,9 @@ const char kEnableRightAlignedScheduling[] = "enable-right-aligned-scheduling";
const char kEnableTopControlsPositionCalculation[] =
"enable-top-controls-position-calculation";
+// Enable solid tile color prediction metrics
+const char kEnableSolidColorBenchmarking[] = "enable-solid-color-benchmarking";
+
// The height of the movable top controls.
const char kTopControlsHeight[] = "top-controls-height";
« cc/picture_pile_impl.cc ('K') | « cc/switches.h ('k') | cc/tile_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698