Index: cc/switches.cc |
diff --git a/cc/switches.cc b/cc/switches.cc |
index 7e68c3f94fa1db8c1413ae5ba70f9a1533fa19b6..eb8d4791bacae76861fd690205648fff40a6fc96 100644 |
--- a/cc/switches.cc |
+++ b/cc/switches.cc |
@@ -36,6 +36,9 @@ const char kEnableRightAlignedScheduling[] = "enable-right-aligned-scheduling"; |
const char kEnableTopControlsPositionCalculation[] = |
"enable-top-controls-position-calculation"; |
+// Enable solid tile color, transparent tile, and cheapness prediction metrics. |
+const char kEnablePredictionBenchmarking[] = "enable-prediction-benchmarking"; |
+ |
// The height of the movable top controls. |
const char kTopControlsHeight[] = "top-controls-height"; |
@@ -86,6 +89,9 @@ const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor"; |
// Schedule rasterization jobs according to their estimated processing cost. |
const char kUseCheapnessEstimator[] = "use-cheapness-estimator"; |
+// Predict whether the tile will be either solid color or transparent. |
+const char kUseColorEstimator[] = "use-color-estimator"; |
+ |
// The scale factor for low resolution tile contents. |
const char kLowResolutionContentsScaleFactor[] = |
"low-resolution-contents-scale-factor"; |