| Index: content/common/gpu/gpu_messages.h
|
| diff --git a/content/common/gpu/gpu_messages.h b/content/common/gpu/gpu_messages.h
|
| index bd7a5d6ce7f1c3433630aca041b99f9d77cc78e8..f17c8a48e2ff7edb9b9570968407ef3d5d9c6f1b 100644
|
| --- a/content/common/gpu/gpu_messages.h
|
| +++ b/content/common/gpu/gpu_messages.h
|
| @@ -69,6 +69,9 @@ IPC_STRUCT_END()
|
| IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfaceBuffersSwapped_Params)
|
| IPC_STRUCT_MEMBER(int32, surface_id)
|
| IPC_STRUCT_MEMBER(uint64, surface_handle)
|
| +#if defined(OS_MACOSX)
|
| + IPC_STRUCT_MEMBER(uint32, ca_context_id)
|
| +#endif
|
| IPC_STRUCT_MEMBER(int32, route_id)
|
| IPC_STRUCT_MEMBER(gpu::Mailbox, mailbox)
|
| IPC_STRUCT_MEMBER(gfx::Size, size)
|
| @@ -79,6 +82,9 @@ IPC_STRUCT_END()
|
| IPC_STRUCT_BEGIN(GpuHostMsg_AcceleratedSurfacePostSubBuffer_Params)
|
| IPC_STRUCT_MEMBER(int32, surface_id)
|
| IPC_STRUCT_MEMBER(uint64, surface_handle)
|
| +#if defined(OS_MACOSX)
|
| + IPC_STRUCT_MEMBER(uint32, ca_context_id)
|
| +#endif
|
| IPC_STRUCT_MEMBER(int32, route_id)
|
| IPC_STRUCT_MEMBER(int, x)
|
| IPC_STRUCT_MEMBER(int, y)
|
|
|