| 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 98bafc37599e18271d7c51d5861455e7ab1deeb3..043fd821c9c7abe60502ed07251000cb90982b64 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -1389,7 +1389,8 @@ bool LayerTreeHostImpl::InitializeRenderer(
|
| settings_.num_raster_threads,
|
| settings_.use_color_estimator,
|
| settings_.prediction_benchmarking,
|
| - rendering_stats_instrumentation_));
|
| + rendering_stats_instrumentation_,
|
| + settings_.use_gpu_memory_buffers));
|
| UpdateTileManagerMemoryPolicy(managed_memory_policy_);
|
| }
|
|
|
|
|