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

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, 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_frame_data.h » ('j') | cc/output_surface.cc » ('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..139c1003207f2ef7935ac506250ff42599f6a816 100644
--- a/cc/compositor_frame_ack.h
+++ b/cc/compositor_frame_ack.h
@@ -5,7 +5,9 @@
#ifndef CC_COMPOSITOR_FRAME_ACK_H_
#define CC_COMPOSITOR_FRAME_ACK_H_
+#include "base/memory/scoped_ptr.h"
#include "cc/cc_export.h"
+#include "cc/gl_frame_data.h"
#include "cc/transferable_resource.h"
namespace cc {
@@ -16,6 +18,7 @@ class CC_EXPORT CompositorFrameAck {
~CompositorFrameAck();
TransferableResourceList resources;
+ scoped_ptr<GLFrameData> gl_frame_data;
};
} // namespace cc
« no previous file with comments | « no previous file | cc/gl_frame_data.h » ('j') | cc/output_surface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698