| 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;
|
|
|