| 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 cdee2f6ba3644c78ccd82e57701ef7467bec3364..c68bc2d6a90fd35a61d77e59263fe4312630a73d 100644
|
| --- a/ui/gfx/ipc/gfx_param_traits_macros.h
|
| +++ b/ui/gfx/ipc/gfx_param_traits_macros.h
|
| @@ -10,6 +10,7 @@
|
|
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ui/gfx/buffer_types.h"
|
| +#include "ui/gfx/gpu_fence.h"
|
| #include "ui/gfx/gpu_memory_buffer.h"
|
| #include "ui/gfx/ipc/gfx_ipc_export.h"
|
| #include "ui/gfx/selection_bound.h"
|
| @@ -64,6 +65,10 @@ IPC_STRUCT_TRAITS_BEGIN(gfx::NativePixmapHandle)
|
| IPC_STRUCT_TRAITS_END()
|
| #endif
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(gfx::GpuFenceHandle)
|
| + IPC_STRUCT_TRAITS_MEMBER(shared_event_handle)
|
| +IPC_STRUCT_TRAITS_END()
|
| +
|
| #undef IPC_MESSAGE_EXPORT
|
| #define IPC_MESSAGE_EXPORT
|
|
|
|
|