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

Unified Diff: cc/compositor_frame_ack.h

Issue 12370002: [cc] Add GLFrameData to CompositorFrameAck (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_frame_data.h » ('j') | no next file with comments »
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 ec3e18b708749b4494ccfc5d78f1fcb606f84373..117f6a6329605e3bcfbe888c216416f8ba20b85f 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();
TransferableResourceArray resources;
+ scoped_ptr<GLFrameData> gl_frame_data;
};
} // namespace cc
« no previous file with comments | « no previous file | cc/gl_frame_data.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698