| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index be0c693e48da542d6f3120789bd8a735423bc916..a70cb9c58cb5543f7c1bffb188827fd57ff15e1b 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -489,6 +489,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)
|
|
|