| Index: components/display_compositor/gpu_display_compositor_frame_sink.cc
|
| diff --git a/components/display_compositor/gpu_display_compositor_frame_sink.cc b/components/display_compositor/gpu_display_compositor_frame_sink.cc
|
| index c94957eeaefd2b9d27f9f4128ff66f8bd7abd17c..65b56b23090f5dc5447082438b968076c0ecb9a4 100644
|
| --- a/components/display_compositor/gpu_display_compositor_frame_sink.cc
|
| +++ b/components/display_compositor/gpu_display_compositor_frame_sink.cc
|
| @@ -22,7 +22,9 @@ GpuDisplayCompositorFrameSink::GpuDisplayCompositorFrameSink(
|
| this,
|
| surface_manager,
|
| frame_sink_id,
|
| - true /* submits_to_display_compositor */),
|
| + true /* is_root */,
|
| + true /* handles_frame_sink_id_invalidation */,
|
| + true /* needs_sync_points */),
|
| std::move(compositor_frame_sink_private_request),
|
| std::move(client)),
|
| binding_(this, std::move(request)),
|
|
|