Chromium Code Reviews| 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..21f623a25be7f89c4d4c65fd0a8bc3a26693a5b9 100644 |
| --- a/ui/aura/mus/window_compositor_frame_sink.cc |
| +++ b/ui/aura/mus/window_compositor_frame_sink.cc |
| @@ -111,6 +111,11 @@ void WindowCompositorFrameSink::ReclaimResources( |
| client_->ReclaimResources(resources); |
| } |
| +void WindowCompositorFrameSink::WillDrawSurface() { |
| + // TODO(fsamuel, staraz): Implement this. |
| + NOTIMPLEMENTED(); |
|
kylechar
2016/12/05 15:18:31
Same problem here.
|
| +} |
| + |
| void WindowCompositorFrameSink::OnNeedsBeginFrames(bool needs_begin_frames) { |
| compositor_frame_sink_->SetNeedsBeginFrame(needs_begin_frames); |
| } |