| Index: ui/gfx/ipc/color/gfx_param_traits_macros.h
|
| diff --git a/ui/gfx/ipc/color/gfx_param_traits_macros.h b/ui/gfx/ipc/color/gfx_param_traits_macros.h
|
| index fcc824318915c2a0f81de63063ab8fc56fdb636a..7c1ba7c6da6b65041a2abaadd1b9310a441bd368 100644
|
| --- a/ui/gfx/ipc/color/gfx_param_traits_macros.h
|
| +++ b/ui/gfx/ipc/color/gfx_param_traits_macros.h
|
| @@ -24,15 +24,6 @@ IPC_ENUM_TRAITS_MAX_VALUE(gfx::ColorSpace::MatrixID,
|
| IPC_ENUM_TRAITS_MAX_VALUE(gfx::ColorSpace::RangeID,
|
| gfx::ColorSpace::RangeID::LAST);
|
|
|
| -IPC_ENUM_TRAITS_MAX_VALUE(gfx::ICCProfile::Type, gfx::ICCProfile::Type::LAST);
|
| -
|
| -IPC_STRUCT_TRAITS_BEGIN(gfx::ICCProfile)
|
| - IPC_STRUCT_TRAITS_MEMBER(type_)
|
| - IPC_STRUCT_TRAITS_MEMBER(color_space_)
|
| - IPC_STRUCT_TRAITS_MEMBER(data_)
|
| - IPC_STRUCT_TRAITS_MEMBER(id_)
|
| -IPC_STRUCT_TRAITS_END()
|
| -
|
| #undef IPC_MESSAGE_EXPORT
|
| #define IPC_MESSAGE_EXPORT
|
|
|
|
|