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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 672673003: cc: Make TileManager task limit configurable (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clean up diff Created 6 years, 2 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_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index 4ccc5fe8b5e1304a6dd056da3fce7ee0de1daf67..349c8f5cf4da6ade13e10c6c860b94001dae6d77 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -2079,7 +2079,8 @@ void LayerTreeHostImpl::CreateAndSetTileManager() {
task_runner,
resource_pool_.get(),
raster_worker_pool_->AsRasterizer(),
- rendering_stats_instrumentation_);
+ rendering_stats_instrumentation_,
+ settings().scheduled_raster_task_limit);
UpdateTileManagerMemoryPolicy(ActualManagedMemoryPolicy());
need_to_update_visible_tiles_before_draw_ = false;

Powered by Google App Engine
This is Rietveld 408576698