| Index: components/exo/compositor_frame_sink.cc
|
| diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
|
| index 9d4ab95e9486326735c13ed2931f8d2f301b45db..dbba55fd7b249fecaed4fcea6cf9b5dbeffe7904 100644
|
| --- a/components/exo/compositor_frame_sink.cc
|
| +++ b/components/exo/compositor_frame_sink.cc
|
| @@ -31,7 +31,7 @@ CompositorFrameSink::CompositorFrameSink(
|
| const cc::FrameSinkId& frame_sink_id,
|
| cc::SurfaceManager* surface_manager,
|
| cc::mojom::MojoCompositorFrameSinkClientPtr client)
|
| - : support_(this, surface_manager, frame_sink_id, nullptr),
|
| + : support_(this, surface_manager, frame_sink_id, nullptr, nullptr),
|
| client_(std::move(client)) {}
|
|
|
| CompositorFrameSink::~CompositorFrameSink() {}
|
|
|