| 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 0001851212e3455c7e81add4c2797544693acdc4..3ed98da70596932d1332b92db3ce02e5752ce859 100644
|
| --- a/ui/gfx/ipc/gfx_param_traits_macros.h
|
| +++ b/ui/gfx/ipc/gfx_param_traits_macros.h
|
| @@ -64,6 +64,10 @@ IPC_STRUCT_TRAITS_BEGIN(gfx::NativePixmapHandle)
|
| IPC_STRUCT_TRAITS_END()
|
| #endif
|
|
|
| +IPC_STRUCT_TRAITS_BEGIN(gfx::GpuMemoryBufferAttrib)
|
| + IPC_STRUCT_TRAITS_MEMBER(format)
|
| + IPC_STRUCT_TRAITS_MEMBER(modifier)
|
| +IPC_STRUCT_TRAITS_END()
|
| #undef IPC_MESSAGE_EXPORT
|
| #define IPC_MESSAGE_EXPORT
|
|
|
|
|