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

Unified Diff: cc/gl_renderer.h

Issue 12371002: [cc] Mailbox Output Surface Support (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months 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
« no previous file with comments | « no previous file | cc/gl_renderer.cc » ('j') | cc/output_surface.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/gl_renderer.h
diff --git a/cc/gl_renderer.h b/cc/gl_renderer.h
index b59d1a63efa0b4eed0c52279c1cce4361203ad47..035a2b823665866cb4135b00e06155252ffe3dd5 100644
--- a/cc/gl_renderer.h
+++ b/cc/gl_renderer.h
@@ -45,6 +45,8 @@ public:
virtual void viewportChanged() OVERRIDE;
+ virtual void receiveCompositorFrameAck(const CompositorFrameAck& ack) OVERRIDE;
+
// waits for rendering to finish
virtual void finish() OVERRIDE;
« no previous file with comments | « no previous file | cc/gl_renderer.cc » ('j') | cc/output_surface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698