| Index: cc/surfaces/direct_compositor_frame_sink.cc
|
| diff --git a/cc/surfaces/direct_compositor_frame_sink.cc b/cc/surfaces/direct_compositor_frame_sink.cc
|
| index a3c55c0beb062fa23a1f90bef7ab42768d77aa70..f7d422cbed83011c821f424351657ba4201748cb 100644
|
| --- a/cc/surfaces/direct_compositor_frame_sink.cc
|
| +++ b/cc/surfaces/direct_compositor_frame_sink.cc
|
| @@ -70,9 +70,9 @@ bool DirectCompositorFrameSink::BindToClient(
|
| constexpr bool is_root = true;
|
| constexpr bool handles_frame_sink_id_invalidation = false;
|
| support_ = base::MakeUnique<CompositorFrameSinkSupport>(
|
| - this, surface_manager_, frame_sink_id_, is_root,
|
| - handles_frame_sink_id_invalidation,
|
| - capabilities_.delegated_sync_points_required);
|
| + this, frame_sink_id_, is_root, handles_frame_sink_id_invalidation);
|
| + support_->Init(surface_manager_,
|
| + capabilities_.delegated_sync_points_required);
|
| begin_frame_source_ = base::MakeUnique<ExternalBeginFrameSource>(this);
|
| client_->SetBeginFrameSource(begin_frame_source_.get());
|
|
|
|
|