Index: cc/ipc/transferable_resource.mojom |
diff --git a/cc/ipc/transferable_resource.mojom b/cc/ipc/transferable_resource.mojom |
index d7329a6b93b5fe521f72fa9e7040b1587f0438eb..971536c3b94ade7ff9451ed4ecfc51fbbbc19dce 100644 |
--- a/cc/ipc/transferable_resource.mojom |
+++ b/cc/ipc/transferable_resource.mojom |
@@ -6,6 +6,7 @@ module cc.mojom; |
import "gpu/ipc/common/mailbox_holder.mojom"; |
import "ui/gfx/geometry/mojo/geometry.mojom"; |
+import "ui/gfx/mojo/buffer_types.mojom"; |
enum ResourceFormat { |
RGBA_8888, |
@@ -21,6 +22,7 @@ enum ResourceFormat { |
struct TransferableResource { |
uint32 id; |
ResourceFormat format; |
+ gfx.mojom.BufferFormat buffer_format; |
uint32 filter; |
gfx.mojom.Size size; |
gpu.mojom.MailboxHolder mailbox_holder; |