| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index 8a01f2a32979646f2f8cc77dc5a0b77a7d037ec3..68c111841bb339085216bc7778650ebf96a285f2 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -514,6 +514,9 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
|
|
|
| // The page zoom level.
|
| IPC_STRUCT_MEMBER(double, page_zoom_level)
|
| +
|
| + // The color profile to use for image decode.
|
| + IPC_STRUCT_MEMBER(std::vector<char>, image_decode_color_profile)
|
| IPC_STRUCT_END()
|
|
|
| #if defined(OS_MACOSX)
|
|
|