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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 22144008: cc: Make 1/4th default low res scale. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 62fd261ef8251a054c282a84d25ce12460a571ff..a922ce71ff1e3b3f43387c18094abd98d1d13651 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -37,7 +37,7 @@ LayerTreeSettings::LayerTreeSettings()
timeout_and_draw_when_animation_checkerboards(true),
layer_transforms_should_scale_layer_contents(false),
minimum_contents_scale(0.0625f),
vmpstr 2013/08/05 18:41:27 I'm not sure if this should be changed as well. It
- low_res_contents_scale_factor(0.125f),
+ low_res_contents_scale_factor(0.25f),
top_controls_height(0.f),
top_controls_show_threshold(0.5f),
top_controls_hide_threshold(0.5f),

Powered by Google App Engine
This is Rietveld 408576698