| Index: services/ui/ws/frame_generator.cc
|
| diff --git a/services/ui/ws/frame_generator.cc b/services/ui/ws/frame_generator.cc
|
| index ea2286397c32f5c3dc7a52b82a739a9041399bfd..5b83f644aef3d1d1803faaa84742a4e3ac2eac61 100644
|
| --- a/services/ui/ws/frame_generator.cc
|
| +++ b/services/ui/ws/frame_generator.cc
|
| @@ -108,7 +108,8 @@ void FrameGenerator::ReclaimResources(
|
| DCHECK(resources.empty());
|
| }
|
|
|
| -void FrameGenerator::WillDrawSurface() {
|
| +void FrameGenerator::WillDrawSurface(const cc::LocalSurfaceId& local_surface_id,
|
| + const gfx::Rect& damage_rect) {
|
| // TODO(fsamuel, staraz): Implement this.
|
| }
|
|
|
|
|