| 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 696f96cd63187c335b19d06b760494f3faa7958e..6e9c0a600efecb732d5e34ae489ab27e8f511046 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2224,8 +2224,8 @@ void LayerTreeHostImpl::CreateResourceAndTileTaskWorkerPool(
|
| *resource_pool =
|
| ResourcePool::Create(resource_provider_.get(), GetTaskRunner());
|
|
|
| - int max_copy_texture_chromium_size = context_provider->ContextCapabilities()
|
| - .gpu.max_copy_texture_chromium_size;
|
| + const int max_copy_texture_chromium_size =
|
| + context_provider->ContextCapabilities().max_copy_texture_chromium_size;
|
|
|
| *tile_task_worker_pool = OneCopyTileTaskWorkerPool::Create(
|
| GetTaskRunner(), task_graph_runner, context_provider,
|
|
|