| Index: components/exo/compositor_frame_sink.cc
|
| diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
|
| index 4444fe20b7a99d4f4a947049a9ce605a2abc59a8..82f3936a9f96bd46d762d07667e5647ecf664f30 100644
|
| --- a/components/exo/compositor_frame_sink.cc
|
| +++ b/components/exo/compositor_frame_sink.cc
|
| @@ -32,7 +32,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, nullptr),
|
| + : support_(this, surface_manager, frame_sink_id, nullptr),
|
| client_(std::move(client)) {}
|
|
|
| CompositorFrameSink::~CompositorFrameSink() {}
|
|
|