| Index: ui/compositor/compositor.cc
|
| diff --git a/ui/compositor/compositor.cc b/ui/compositor/compositor.cc
|
| index f69e71ee0dda95a7e88a164c674a9c403348a2b9..b83b08feeae9720452a7df762f0b8dbd7b040c03 100644
|
| --- a/ui/compositor/compositor.cc
|
| +++ b/ui/compositor/compositor.cc
|
| @@ -126,7 +126,7 @@ Compositor::Compositor(const cc::FrameSinkId& frame_sink_id,
|
|
|
| settings.initial_debug_state.SetRecordRenderingStats(
|
| command_line->HasSwitch(cc::switches::kEnableGpuBenchmarking));
|
| - settings.needs_valid_local_surface_id =
|
| + settings.enable_surface_synchronization =
|
| command_line->HasSwitch(cc::switches::kEnableSurfaceSynchronization);
|
|
|
| settings.use_zero_copy = IsUIZeroCopyEnabled();
|
|
|