| 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 613093e8041bef8ff4eaa4fe55d41e2a39de7da6..9c5bf1b5fd1d6b949d3a25a4de686ab0005de960 100644
|
| --- a/cc/trees/layer_tree_host_impl.cc
|
| +++ b/cc/trees/layer_tree_host_impl.cc
|
| @@ -2501,7 +2501,7 @@ bool LayerTreeHostImpl::InitializeRenderer(
|
| compositor_frame_sink_->capabilities().delegated_sync_points_required,
|
| settings_.renderer_settings.use_gpu_memory_buffer_resources,
|
| settings_.enable_color_correct_rasterization,
|
| - settings_.renderer_settings.buffer_to_texture_target_map);
|
| + settings_.buffer_to_texture_target_map);
|
|
|
| // Since the new context may be capable of MSAA, update status here. We don't
|
| // need to check the return value since we are recreating all resources
|
|
|