| 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 03004e1e01ce05195352a7d79bc7d883a3f797b7..728c2f73a428efc8406dfcffda454f5f96d96fd0 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2165,7 +2165,7 @@ void LayerTreeHostImpl::CreateTileManagerResources() {
|
|
|
| // TODO(vmpstr): Initialize tile task limit at ctor time.
|
| tile_manager_->SetResources(
|
| - resource_pool_.get(), tile_task_worker_pool_->AsTileTaskRunner(),
|
| + resource_pool_.get(), tile_task_worker_pool_.get(),
|
| image_decode_controller_.get(),
|
| is_synchronous_single_threaded_ ? std::numeric_limits<size_t>::max()
|
| : settings_.scheduled_raster_task_limit,
|
|
|