Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(289)

Unified Diff: content/common/view_messages.h

Issue 1796293003: Image decode color: Push color profile from browser to renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows tests Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/view_messages.h
diff --git a/content/common/view_messages.h b/content/common/view_messages.h
index d509db61390078381c21aa945a5f92a3514f0ce4..26e4be9a5e212f1f193fc95daed0f5fc11db6e0e 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -549,6 +549,9 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The maximum size to layout the page if auto-resize is enabled.
IPC_STRUCT_MEMBER(gfx::Size, max_size)
+
+ // 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)

Powered by Google App Engine
This is Rietveld 408576698