Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(187)

Unified Diff: services/ui/ws/frame_generator.cc

Issue 2544103002: Added MojoCompositorFrameSink::EvictFrame() and MojoCompositorFrameSinkClient::WillDrawSurface() (Closed)
Patch Set: Addressed a comment Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: services/ui/ws/frame_generator.cc
diff --git a/services/ui/ws/frame_generator.cc b/services/ui/ws/frame_generator.cc
index 7ca6399cf63477dec7af7271b5bebda804c8c5af..fab8468381fce50de6854af8f50b306c9aeeb60d 100644
--- a/services/ui/ws/frame_generator.cc
+++ b/services/ui/ws/frame_generator.cc
@@ -125,6 +125,11 @@ void FrameGenerator::ReclaimResources(
// any resources.
}
+void FrameGenerator::WillDrawSurface() {
+ // TODO(fsamuel, staraz): Implement this.
+ NOTIMPLEMENTED();
kylechar 2016/12/05 15:18:31 This is causing lots of console spam. I think it g
+}
+
cc::CompositorFrame FrameGenerator::GenerateCompositorFrame(
const gfx::Rect& output_rect) {
const cc::RenderPassId render_pass_id(1, 1);

Powered by Google App Engine
This is Rietveld 408576698