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

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: rebase 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') | no next file with comments »
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 de7b055341a4cec77588742fa244270d26f478b6..4fe0c48b52e0ce27d3dcecdb5ff59207ec4f1a32 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698