| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index 896d8648d65b2bda6e535356e082d6dabb3d9460..f10227f2b2a8da53b2cbe72b1b4947bfb08d19b1 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -68,6 +68,9 @@ IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferHandle)
|
| IPC_STRUCT_TRAITS_MEMBER(id)
|
| IPC_STRUCT_TRAITS_MEMBER(type)
|
| IPC_STRUCT_TRAITS_MEMBER(handle)
|
| +#if defined(USE_OZONE)
|
| + IPC_STRUCT_TRAITS_MEMBER(native_pixmap_handle)
|
| +#endif
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
|
|