| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index 5775054b7d5c048a23b7c9d15355b54dc904148d..18d7245e89b243a9967bd238fe75b0cf21f006b6 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()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferId)
|
|
|