Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / cc / resources / transferable_resource.h
index 5c93d1c..8ca9ffa 100644 (file)
@@ -10,7 +10,7 @@
 #include "base/basictypes.h"
 #include "cc/base/cc_export.h"
 #include "cc/resources/resource_format.h"
-#include "gpu/command_buffer/common/mailbox.h"
+#include "gpu/command_buffer/common/mailbox_holder.h"
 #include "ui/gfx/size.h"
 
 namespace cc {
@@ -29,12 +29,10 @@ struct CC_EXPORT TransferableResource {
                               ReturnedResourceArray* output);
 
   unsigned id;
-  unsigned sync_point;
   ResourceFormat format;
-  uint32 target;
   uint32 filter;
   gfx::Size size;
-  gpu::Mailbox mailbox;
+  gpu::MailboxHolder mailbox_holder;
   bool is_software;
 };