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

Unified Diff: cc/compositor_frame_ack.h

Issue 11861020: Aura: Browser-side changes for Composite-To-Mailbox (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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_frame_data.h » ('j') | cc/gl_frame_data.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/compositor_frame_ack.h
diff --git a/cc/compositor_frame_ack.h b/cc/compositor_frame_ack.h
index 0f73c162bb1ffc50e7e8a8ad664f0447a372af2e..d0537e2b60f8e6754f17d63ac2759300296c0f54 100644
--- a/cc/compositor_frame_ack.h
+++ b/cc/compositor_frame_ack.h
@@ -16,6 +16,8 @@ class CC_EXPORT CompositorFrameAck {
~CompositorFrameAck();
TransferableResourceList resources;
+ Mailbox mailbox;
+ uint32 sync_point;
piman 2013/01/18 02:14:11 I wonder if we need to do like for the CompositorF
no sievers 2013/02/06 23:36:00 I changed it to use GLFrameData also, since it use
};
} // namespace cc
« no previous file with comments | « no previous file | cc/gl_frame_data.h » ('j') | cc/gl_frame_data.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698