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

Unified Diff: cc/gl_frame_data.h

Issue 12378053: Move Mailbox from cc to gpu, and its traits to gpu/ipc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ios hate 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/cc_tests.gyp ('k') | cc/resource_provider_unittest.cc » ('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 8d281e9f0c89ccc009ec9e37eafe357c28661edd..0951c28eb3bf9eceaa988fb0f684937b68209035 100644
--- a/cc/gl_frame_data.h
+++ b/cc/gl_frame_data.h
@@ -9,7 +9,7 @@
#include "base/basictypes.h"
#include "cc/cc_export.h"
-#include "cc/transferable_resource.h"
+#include "gpu/command_buffer/common/mailbox.h"
#include "ui/gfx/size.h"
namespace cc {
@@ -19,7 +19,7 @@ class CC_EXPORT GLFrameData {
GLFrameData();
~GLFrameData();
- Mailbox mailbox;
+ gpu::Mailbox mailbox;
uint32 sync_point;
gfx::Size size;
};
« no previous file with comments | « cc/cc_tests.gyp ('k') | cc/resource_provider_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698