| Index: components/exo/compositor_frame_sink.cc
|
| diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
|
| index 2201ec61ca89faca1d0966f70b65e29f536c8616..b834ad3ce3949959b9dbb5f147a5307b2a4c5d99 100644
|
| --- a/components/exo/compositor_frame_sink.cc
|
| +++ b/components/exo/compositor_frame_sink.cc
|
| @@ -21,7 +21,9 @@ CompositorFrameSink::CompositorFrameSink(const cc::FrameSinkId& frame_sink_id,
|
| : support_(this,
|
| surface_manager,
|
| frame_sink_id,
|
| - false /* submits_to_display_compositor */),
|
| + false /* is_root */,
|
| + true /* handles_frame_sink_id_invalidation */,
|
| + true /* needs_sync_points */),
|
| client_(client) {}
|
|
|
| CompositorFrameSink::~CompositorFrameSink() {}
|
|
|