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

Unified Diff: cc/base/switches.cc

Issue 13859012: cc: Remove cheapness estimator usage from tile manager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove is_cheap_to_raster from PicturePileImpl::Analysis Created 7 years, 8 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/base/switches.cc
diff --git a/cc/base/switches.cc b/cc/base/switches.cc
index cf2e6c5ddc4809ff4bb3ad21690886242a14cf87..48adb701e10e908020cf41fb27092eaf017d4400 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -35,7 +35,7 @@ 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.
+// Enable solid tile color, transparent tile metrics.
vmpstr 2013/04/26 22:51:35 nit: Enable solid tile color and transparent tile
reveman 2013/04/26 23:09:42 Done.
const char kEnablePredictionBenchmarking[] = "enable-prediction-benchmarking";
// The height of the movable top controls.
@@ -62,10 +62,6 @@ const char kTraceAllRenderedFrames[] = "trace-all-rendered-frames";
// complete, such as --slow-down-raster-scale-factor=25.
const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
-// Disable scheduling of rasterization jobs according to their estimated
-// processing cost.
-const char kDisableCheapnessEstimator[] = "disable-cheapness-estimator";
-
// The scale factor for low resolution tile contents.
const char kLowResolutionContentsScaleFactor[] =
"low-resolution-contents-scale-factor";
« no previous file with comments | « cc/base/switches.h ('k') | cc/base/worker_pool.h » ('j') | cc/base/worker_pool.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698