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

Unified Diff: cc/base/switches.cc

Issue 1126793002: cc: Make tiling interest rect calc based on viewport. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: use new settings for interest rect calc. Created 5 years, 7 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 ae424824611ea9fd90d95e94ad238adc6aedcf87..4e8299f4f64b7d6c4aa9b3a8811f1d2a82fac1e5 100644
--- a/cc/base/switches.cc
+++ b/cc/base/switches.cc
@@ -36,7 +36,8 @@ const char kTopControlsShowThreshold[] = "top-controls-show-threshold";
const char kSlowDownRasterScaleFactor[] = "slow-down-raster-scale-factor";
// Max tiles allowed for each tilings interest area.
-const char kMaxTilesForInterestArea[] = "max-tiles-for-interest-area";
+const char kTilingInterestAreaViewportMultiplier[] =
+ "tiling-interest-area-viewport-multiplier";
// The amount of unused resource memory compositor is allowed to keep around.
const char kMaxUnusedResourceMemoryUsagePercentage[] =

Powered by Google App Engine
This is Rietveld 408576698