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

Unified Diff: cc/switches.cc

Issue 12314013: [Android] Use 1/4 scale low resolution tiles on high-res devices (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 1352f3ae98fcf9a7eafc66f931448830ccbb2465..1d85c6091b539da0896deb723dc4d0401d837434 100644
--- a/cc/switches.cc
+++ b/cc/switches.cc
@@ -74,5 +74,9 @@ const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
// Schedule rasterization jobs according to their estimated processing cost.
const char kUseCheapnessEstimator[] = "use-cheapness-estimator";
+// The scale divisor for low resolution tile contents.
+const char kLowResolutionContentsScaleFactor[] =
+ "low-resolution-contents-scale-factor";
+
} // namespace switches
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698