| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 3815910e7270cf6f04567049f13ce1f0fbac51ba..7ade895d7bfc5403e422074af4dd261f22fdb38b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -1453,6 +1453,9 @@ IPC_MESSAGE_CONTROL1(ViewHostMsg_SuddenTerminationChanged,
|
| IPC_STRUCT_BEGIN(ViewHostMsg_CompositorSurfaceBuffersSwapped_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(gfx::Size, size)
|
| IPC_STRUCT_MEMBER(float, scale_factor)
|
|
|