Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index 1a7bcc0d228bd6954c2a157b01190220f86f9bc9..a1f28d7ca763ad3bf480df1cd08f5f011dd19f93 100644 |
--- a/content/common/cc_messages.h |
+++ b/content/common/cc_messages.h |
@@ -223,6 +223,8 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameAck) |
IPC_STRUCT_TRAITS_MEMBER(resources) |
+ IPC_STRUCT_TRAITS_MEMBER(mailbox) |
+ IPC_STRUCT_TRAITS_MEMBER(sync_point) |
IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameMetadata) |
@@ -239,4 +241,5 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(cc::GLFrameData) |
IPC_STRUCT_TRAITS_MEMBER(mailbox) |
IPC_STRUCT_TRAITS_MEMBER(sync_point) |
+ IPC_STRUCT_TRAITS_MEMBER(size) |
IPC_STRUCT_TRAITS_END() |