| Index: ui/gfx/ipc/gfx_param_traits_macros.h
|
| diff --git a/ui/gfx/ipc/gfx_param_traits_macros.h b/ui/gfx/ipc/gfx_param_traits_macros.h
|
| index c68bc2d6a90fd35a61d77e59263fe4312630a73d..224d1e05b2c8e7d9c3dbb664996b18db1a2c12cb 100644
|
| --- a/ui/gfx/ipc/gfx_param_traits_macros.h
|
| +++ b/ui/gfx/ipc/gfx_param_traits_macros.h
|
| @@ -67,6 +67,9 @@ IPC_STRUCT_TRAITS_END()
|
|
|
| IPC_STRUCT_TRAITS_BEGIN(gfx::GpuFenceHandle)
|
| IPC_STRUCT_TRAITS_MEMBER(shared_event_handle)
|
| +#if defined(OS_LINUX)
|
| + IPC_STRUCT_TRAITS_MEMBER(fd)
|
| +#endif
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
|
|