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

Unified Diff: cc/gl_frame_data.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
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;
piman 2013/01/18 02:14:11 I think this is redundant with the metadata's view
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698