Chromium Code Reviews| Index: content/common/cc_messages.h |
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
| index c489b9760a2f6fdc9d8cce28c4ec7f8cc238a48c..d813661676eb86e2197f06d156777f965c914ee3 100644 |
| --- a/content/common/cc_messages.h |
| +++ b/content/common/cc_messages.h |
| @@ -218,11 +218,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource) |
| IPC_STRUCT_TRAITS_MEMBER(format) |
| IPC_STRUCT_TRAITS_MEMBER(size) |
| IPC_STRUCT_TRAITS_MEMBER(mailbox) |
| -IPC_STRUCT_TRAITS_END() |
| - |
| -IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResourceList) |
| IPC_STRUCT_TRAITS_MEMBER(sync_point) |
|
danakj
2013/02/26 16:01:28
Probably not but I'll ask, would it be better to h
piman
2013/02/26 23:09:27
No, you're right, done.
|
| - IPC_STRUCT_TRAITS_MEMBER(resources) |
| IPC_STRUCT_TRAITS_END() |
| IPC_STRUCT_TRAITS_BEGIN(cc::CompositorFrameAck) |