| Index: cc/surfaces/compositor_frame_sink_support.cc
|
| diff --git a/cc/surfaces/compositor_frame_sink_support.cc b/cc/surfaces/compositor_frame_sink_support.cc
|
| index 2cbae61f4d3ca55341bdfe625f25b3ed7b8a0617..2dd10966f070eaf34699449e56ab9d39d6fc19a9 100644
|
| --- a/cc/surfaces/compositor_frame_sink_support.cc
|
| +++ b/cc/surfaces/compositor_frame_sink_support.cc
|
| @@ -216,7 +216,7 @@ void CompositorFrameSinkSupport::WillDrawSurface(
|
| const LocalSurfaceId& local_surface_id,
|
| const gfx::Rect& damage_rect) {
|
| if (client_)
|
| - client_->WillDrawSurface();
|
| + client_->WillDrawSurface(local_surface_id, damage_rect);
|
| }
|
|
|
| void CompositorFrameSinkSupport::OnBeginFrame(const BeginFrameArgs& args) {
|
|
|