| Index: content/common/cc_messages.h
|
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h
|
| index d1a912930eb843d4ae31ecb4622dfc733d742824..6b58465d531b136ca310ca62f5db0d7769194c36 100644
|
| --- a/content/common/cc_messages.h
|
| +++ b/content/common/cc_messages.h
|
| @@ -224,12 +224,10 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource)
|
| IPC_STRUCT_TRAITS_MEMBER(id)
|
| - IPC_STRUCT_TRAITS_MEMBER(sync_point)
|
| IPC_STRUCT_TRAITS_MEMBER(format)
|
| - IPC_STRUCT_TRAITS_MEMBER(target)
|
| IPC_STRUCT_TRAITS_MEMBER(filter)
|
| IPC_STRUCT_TRAITS_MEMBER(size)
|
| - IPC_STRUCT_TRAITS_MEMBER(mailbox)
|
| + IPC_STRUCT_TRAITS_MEMBER(mailbox_holder)
|
| IPC_STRUCT_TRAITS_MEMBER(is_software)
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|