| 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 7171580b86cc5eace6e844850c17792e15df7f21..1a06f246735c6a9b88b5dd99622e9d84d9a2c053 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1672,7 +1672,8 @@ bool LayerTreeHostImpl::InitializeRenderer(
|
| ResourceProvider::Create(output_surface.get(),
|
| shared_bitmap_manager_,
|
| settings_.highp_threshold_min,
|
| - settings_.use_rgba_4444_textures);
|
| + settings_.use_rgba_4444_textures,
|
| + settings_.texture_id_allocation_chunk_size);
|
| if (!resource_provider)
|
| return false;
|
|
|
|
|