| Index: components/exo/compositor_frame_sink.cc
|
| diff --git a/components/exo/compositor_frame_sink.cc b/components/exo/compositor_frame_sink.cc
|
| index b834ad3ce3949959b9dbb5f147a5307b2a4c5d99..0c197afcd772c21f413e9882e014fb08ab91a7c3 100644
|
| --- a/components/exo/compositor_frame_sink.cc
|
| +++ b/components/exo/compositor_frame_sink.cc
|
| @@ -70,8 +70,10 @@ void CompositorFrameSink::ReclaimResources(
|
| client_->ReclaimResources(resources);
|
| }
|
|
|
| -void CompositorFrameSink::WillDrawSurface() {
|
| - client_->WillDrawSurface();
|
| +void CompositorFrameSink::WillDrawSurface(
|
| + const cc::LocalSurfaceId& local_surface_id,
|
| + const gfx::Rect& damage_rect) {
|
| + client_->WillDrawSurface(local_surface_id, damage_rect);
|
| }
|
|
|
| } // namespace exo
|
|
|