| 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 7fde72eae583e551bd5bb8d8b6ed6c8c16b9efc7..e44c60e827f39a3b32c46cd27ec07b067c088c93 100644
|
| --- a/ui/gfx/ipc/gfx_param_traits_macros.h
|
| +++ b/ui/gfx/ipc/gfx_param_traits_macros.h
|
| @@ -51,15 +51,9 @@
|
| IPC_STRUCT_TRAITS_END()
|
|
|
| #if defined(USE_OZONE)
|
| -IPC_STRUCT_TRAITS_BEGIN(gfx::NativePixmapPlane)
|
| - IPC_STRUCT_TRAITS_MEMBER(stride)
|
| - IPC_STRUCT_TRAITS_MEMBER(offset)
|
| - IPC_STRUCT_TRAITS_MEMBER(modifier)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| IPC_STRUCT_TRAITS_BEGIN(gfx::NativePixmapHandle)
|
| IPC_STRUCT_TRAITS_MEMBER(fds)
|
| - IPC_STRUCT_TRAITS_MEMBER(planes)
|
| + IPC_STRUCT_TRAITS_MEMBER(strides_and_offsets)
|
| IPC_STRUCT_TRAITS_END()
|
| #endif
|
|
|
|
|