| Index: services/ui/public/cpp/window_compositor_frame_sink.cc
|
| diff --git a/services/ui/public/cpp/window_compositor_frame_sink.cc b/services/ui/public/cpp/window_compositor_frame_sink.cc
|
| index 2e7876fce090bab15137e51049c32111bb94d3b7..9529895d5c66c955f4647055c28a6e0d868e10d6 100644
|
| --- a/services/ui/public/cpp/window_compositor_frame_sink.cc
|
| +++ b/services/ui/public/cpp/window_compositor_frame_sink.cc
|
| @@ -116,7 +116,9 @@ void WindowCompositorFrameSink::ReclaimResources(
|
| client_->ReclaimResources(resources);
|
| }
|
|
|
| -void WindowCompositorFrameSink::WillDrawSurface() {
|
| +void WindowCompositorFrameSink::WillDrawSurface(
|
| + const cc::LocalSurfaceId& local_surface_id,
|
| + const gfx::Rect& damage_rect) {
|
| // TODO(fsamuel, staraz): Implement this.
|
| }
|
|
|
|
|