| Index: components/exo/compositor_frame_sink.cc
|
| diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
|
| index 28e94a8c0e1a59aa0a808bdfbfa13c78f2a9f45c..59a3ea4acb67a0ea7ba671f23b5f48a68ea7425a 100644
|
| --- a/components/exo/compositor_frame_sink.cc
|
| +++ b/components/exo/compositor_frame_sink.cc
|
| @@ -18,12 +18,7 @@
|
| CompositorFrameSink::CompositorFrameSink(const cc::FrameSinkId& frame_sink_id,
|
| cc::SurfaceManager* surface_manager,
|
| CompositorFrameSinkHolder* client)
|
| - : support_(this,
|
| - surface_manager,
|
| - frame_sink_id,
|
| - nullptr,
|
| - true /* handles_frame_sink_id_invalidation */,
|
| - true /* needs_sync_points */),
|
| + : support_(this, surface_manager, frame_sink_id, nullptr, nullptr),
|
| client_(client) {}
|
|
|
| CompositorFrameSink::~CompositorFrameSink() {}
|
|
|