| Index: content/common/child_process_messages.h
|
| diff --git a/content/common/child_process_messages.h b/content/common/child_process_messages.h
|
| index 3f37fbfd1e7a159335eb363c6e7a9a2fa6fa84a9..154e6c67094bdf7ae36b53a7b7c180a65682c428 100644
|
| --- a/content/common/child_process_messages.h
|
| +++ b/content/common/child_process_messages.h
|
| @@ -65,6 +65,8 @@ IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferHandle)
|
| IPC_STRUCT_TRAITS_MEMBER(handle)
|
| #if defined(OS_MACOSX)
|
| IPC_STRUCT_TRAITS_MEMBER(io_surface_id)
|
| +#elif defined(USE_OZONE)
|
| + IPC_STRUCT_TRAITS_MEMBER(device_handle)
|
| #endif
|
| IPC_STRUCT_TRAITS_END()
|
|
|
|
|