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

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: leave empty check Created 4 years, 6 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
« no previous file with comments | « content/common/render_process_messages.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/common/render_process_messages.h ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698