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..1836ef3805bfb044bda980f36df03df7a7d3b097 100644 |
--- a/ui/aura/mus/window_compositor_frame_sink.cc |
+++ b/ui/aura/mus/window_compositor_frame_sink.cc |
@@ -111,6 +111,9 @@ void WindowCompositorFrameSink::ReclaimResources( |
client_->ReclaimResources(resources); |
} |
+// TODO: Implement this. |
Fady Samuel
2016/11/30 16:41:57
Move inside of the method's block. Also, add an LD
Alex Z.
2016/11/30 20:00:30
Done.
|
+void WindowCompositorFrameSink::WillDrawSurface() {} |
+ |
void WindowCompositorFrameSink::OnNeedsBeginFrames(bool needs_begin_frames) { |
compositor_frame_sink_->SetNeedsBeginFrame(needs_begin_frames); |
} |