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

Unified Diff: cc/layer_tree_settings.cc

Issue 12210081: Paint low-res tiles without expensive filters. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix filter() return value bug, change low-res scale 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
« no previous file with comments | « no previous file | cc/tile_manager.h » ('j') | cc/tile_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer_tree_settings.cc
diff --git a/cc/layer_tree_settings.cc b/cc/layer_tree_settings.cc
index 1f0142407fd2a3a50df6cf07e0f74a86cb244e00..e7bedf06c5a6a291471a93feae4ff0e1548a38e7 100644
--- a/cc/layer_tree_settings.cc
+++ b/cc/layer_tree_settings.cc
@@ -32,7 +32,7 @@ LayerTreeSettings::LayerTreeSettings()
, recordRenderingStats(false)
, useCheapnessEstimator(false)
, minimumContentsScale(0.0625f)
- , lowResContentsScaleFactor(0.125f)
+ , lowResContentsScaleFactor(0.25f)
, topControlsHeight(0.f)
, refreshRate(0)
, maxPartialTextureUpdates(std::numeric_limits<size_t>::max())
« no previous file with comments | « no previous file | cc/tile_manager.h » ('j') | cc/tile_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698