| Index: content/common/view_messages.h
|
| diff --git a/content/common/view_messages.h b/content/common/view_messages.h
|
| index ed50c60e39436da38c4fd15923d6ccc29fef5ea9..09ebd4577e368eb649037df933f2ad3e5b997fd5 100644
|
| --- a/content/common/view_messages.h
|
| +++ b/content/common/view_messages.h
|
| @@ -572,6 +572,11 @@ IPC_STRUCT_END()
|
| IPC_MESSAGE_ROUTED1(ViewMsg_Resize,
|
| ViewMsg_Resize_Params /* params */)
|
|
|
| +// Sent to inform the renderer of its screen device color profile. An empty
|
| +// profile tells the renderer use the default sRGB color profile.
|
| +IPC_MESSAGE_ROUTED1(ViewMsg_ColorProfile,
|
| + std::vector<char> /* color profile */)
|
| +
|
| // Tells the render view that the resize rect has changed.
|
| IPC_MESSAGE_ROUTED1(ViewMsg_ChangeResizeRect,
|
| gfx::Rect /* resizer_rect */)
|
|
|