| Index: ui/aura/mus/window_compositor_frame_sink.cc
|
| diff --git a/ui/aura/mus/window_compositor_frame_sink.cc b/ui/aura/mus/window_compositor_frame_sink.cc
|
| index a6819646ebf5a4ebd47a378577c4f5c90df93060..420f0778beac906ef2dac31741ceed0174a9adf3 100644
|
| --- a/ui/aura/mus/window_compositor_frame_sink.cc
|
| +++ b/ui/aura/mus/window_compositor_frame_sink.cc
|
| @@ -111,6 +111,8 @@ void WindowCompositorFrameSink::ReclaimResources(
|
| client_->ReclaimResources(resources);
|
| }
|
|
|
| +void WindowCompositorFrameSink::WillDrawSurface() {}
|
| +
|
| void WindowCompositorFrameSink::OnNeedsBeginFrames(bool needs_begin_frames) {
|
| compositor_frame_sink_->SetNeedsBeginFrame(needs_begin_frames);
|
| }
|
|
|