| 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 d7a650e61a6f9b36b87334530fb9b22182a5eef1..2b8243f55b34b6d816b95ea0a24b87033f0f6a6d 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1613,7 +1613,8 @@ void LayerTreeHostImpl::CreateAndSetTileManager(
|
| resource_provider,
|
| settings_.num_raster_threads,
|
| rendering_stats_instrumentation_,
|
| - using_map_image);
|
| + using_map_image,
|
| + settings_.max_bytes_pending_upload);
|
| UpdateTileManagerMemoryPolicy(ActualManagedMemoryPolicy());
|
| need_to_update_visible_tiles_before_draw_ = false;
|
| }
|
|
|