| Index: content/common/child_process_messages.h
|
| ===================================================================
|
| --- content/common/child_process_messages.h (revision 277402)
|
| +++ content/common/child_process_messages.h (working copy)
|
| @@ -75,6 +75,8 @@
|
| IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferHandle)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(handle)
|
| + IPC_STRUCT_TRAITS_MEMBER(card_handle)
|
| + IPC_STRUCT_TRAITS_MEMBER(stride)
|
| IPC_STRUCT_TRAITS_MEMBER(global_id)
|
| #if defined(OS_MACOSX)
|
| IPC_STRUCT_TRAITS_MEMBER(io_surface_id)
|
|
|