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..7d252b89d69e1edbe206a486c1f95342d9988f0a 100644 |
--- a/ui/aura/mus/window_compositor_frame_sink.cc |
+++ b/ui/aura/mus/window_compositor_frame_sink.cc |
@@ -111,6 +111,10 @@ void WindowCompositorFrameSink::ReclaimResources( |
client_->ReclaimResources(resources); |
} |
+void WindowCompositorFrameSink::WillDrawSurface() { |
+ // TODO(fsamuel, staraz): Implement this. |
+} |
+ |
void WindowCompositorFrameSink::OnNeedsBeginFrames(bool needs_begin_frames) { |
compositor_frame_sink_->SetNeedsBeginFrame(needs_begin_frames); |
} |