Chromium Code Reviews| Index: content/common/cc_messages.h |
| diff --git a/content/common/cc_messages.h b/content/common/cc_messages.h |
| index a3649191e09c885b2a7451b194eaacbbd98cad93..d7c7099198d1a938ee9414d1e31a7a91456beacf 100644 |
| --- a/content/common/cc_messages.h |
| +++ b/content/common/cc_messages.h |
| @@ -282,6 +282,7 @@ IPC_STRUCT_TRAITS_BEGIN(cc::TransferableResource) |
| IPC_STRUCT_TRAITS_MEMBER(mailbox_holder) |
| IPC_STRUCT_TRAITS_MEMBER(read_lock_fences_enabled) |
| IPC_STRUCT_TRAITS_MEMBER(is_software) |
| + IPC_STRUCT_TRAITS_MEMBER(gpu_memory_buffer_handle) |
|
piman
2016/05/03 23:40:49
drive-by: 3 concerns here:
1- this means the brows
|
| IPC_STRUCT_TRAITS_MEMBER(is_overlay_candidate) |
| IPC_STRUCT_TRAITS_END() |