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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 22320019: cc: Start commit early and block on tree activation (Closed) Base URL: http://git.chromium.org/chromium/src.git@usedl26
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..051dc177a3e43152c1e7365ac8a0419e4cf2a55c 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -43,7 +43,7 @@ LayerTreeSettings::LayerTreeSettings()
top_controls_hide_threshold(0.5f),
refresh_rate(60.0),
max_partial_texture_updates(std::numeric_limits<size_t>::max()),
- num_raster_threads(1),
+ num_raster_threads(4),
default_tile_size(gfx::Size(256, 256)),
max_untiled_layer_size(gfx::Size(512, 512)),
minimum_occlusion_tracking_size(gfx::Size(160, 160)),

Powered by Google App Engine
This is Rietveld 408576698