| 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 95e1ab1866834c9582ad4f95a117bbdbc44f97f2..0c93541e5fcc264c91dc6327931f4daf41c02df1 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2038,7 +2038,7 @@ void LayerTreeHostImpl::CreateResourceAndTileTaskWorkerPool(
|
|
|
| *tile_task_worker_pool = GpuTileTaskWorkerPool::Create(
|
| task_runner, TileTaskWorkerPool::GetTaskGraphRunner(),
|
| - resource_provider_.get());
|
| + static_cast<GpuRasterizer*>(rasterizer_.get()));
|
| return;
|
| }
|
|
|
|
|