| 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 5a8927144c218b5d265e431d39a38b22319bdd2d..022fcd42bde465b7766a9095f26f1d6321944235 100644
|
| --- a/ui/gfx/ipc/color/gfx_param_traits_macros.h
|
| +++ b/ui/gfx/ipc/color/gfx_param_traits_macros.h
|
| @@ -9,11 +9,19 @@
|
| #include "ipc/param_traits_macros.h"
|
| #include "ipc/ipc_message_macros.h"
|
| #include "ui/gfx/color_space.h"
|
| +#include "ui/gfx/icc_profile.h"
|
| #include "ui/gfx/ipc/color/gfx_ipc_color_export.h"
|
|
|
| #undef IPC_MESSAGE_EXPORT
|
| #define IPC_MESSAGE_EXPORT GFX_IPC_COLOR_EXPORT
|
|
|
| -IPC_ENUM_TRAITS_MAX_VALUE(gfx::ColorSpace::Type, gfx::ColorSpace::Type::LAST)
|
| +IPC_ENUM_TRAITS_MAX_VALUE(gfx::ColorTransferFunction,
|
| + gfx::ColorTransferFunction::LAST)
|
| +
|
| +IPC_STRUCT_TRAITS_BEGIN(gfx::ICCProfile)
|
| + IPC_STRUCT_TRAITS_MEMBER(valid_)
|
| + IPC_STRUCT_TRAITS_MEMBER(data_)
|
| + IPC_STRUCT_TRAITS_MEMBER(id_)
|
| +IPC_STRUCT_TRAITS_END()
|
|
|
| #endif // UI_GFX_IPC_COLOR_GFX_PARAM_TRAITS_MACROS_H_
|
|
|