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

Unified Diff: cc/gl_frame_data.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 | « cc/compositor_frame_ack.h ('k') | content/common/cc_messages.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/gl_frame_data.h
diff --git a/cc/gl_frame_data.h b/cc/gl_frame_data.h
index 987f5af48f34dc72d9e4909541e6c5117ce057fd..8d281e9f0c89ccc009ec9e37eafe357c28661edd 100644
--- a/cc/gl_frame_data.h
+++ b/cc/gl_frame_data.h
@@ -10,6 +10,7 @@
#include "base/basictypes.h"
#include "cc/cc_export.h"
#include "cc/transferable_resource.h"
+#include "ui/gfx/size.h"
namespace cc {
@@ -20,6 +21,7 @@ class CC_EXPORT GLFrameData {
Mailbox mailbox;
uint32 sync_point;
+ gfx::Size size;
};
} // namespace cc
« no previous file with comments | « cc/compositor_frame_ack.h ('k') | content/common/cc_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698