| Index: components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
|
| diff --git a/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc b/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
|
| index 6223bb90c2df634d9a97c41b07089a53670bf993..26312dff3bba52310a787a7d9843064ceea5d9fc 100644
|
| --- a/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
|
| +++ b/components/display_compositor/gpu_offscreen_compositor_frame_sink.cc
|
| @@ -19,7 +19,9 @@ GpuOffscreenCompositorFrameSink::GpuOffscreenCompositorFrameSink(
|
| this,
|
| surface_manager,
|
| frame_sink_id,
|
| - false /* submits_to_display_compositor */),
|
| + false /* 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)) {
|
|
|