Index: content/common/cc_messages.h |
diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
index 7337f225cb6ee3ac7d51b3a5dce2aebb26a16488..5363bc3af15240d59f3bef30f19d9a1bc3ea9e50 100644 |
--- a/content/common/cc_messages.h |
+++ b/content/common/cc_messages.h |
@@ -272,7 +272,7 @@ IPC_STRUCT_TRAITS_END() |
IPC_STRUCT_TRAITS_BEGIN(cc::ReturnedResource) |
IPC_STRUCT_TRAITS_MEMBER(id) |
- IPC_STRUCT_TRAITS_MEMBER(sync_point) |
+ IPC_STRUCT_TRAITS_MEMBER(sync_token) |
IPC_STRUCT_TRAITS_MEMBER(count) |
IPC_STRUCT_TRAITS_MEMBER(lost) |
IPC_STRUCT_TRAITS_END() |
@@ -321,7 +321,7 @@ 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(sync_token) |
IPC_STRUCT_TRAITS_MEMBER(size) |
IPC_STRUCT_TRAITS_MEMBER(sub_buffer_rect) |
IPC_STRUCT_TRAITS_END() |