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

Unified Diff: content/common/view_messages.h

Issue 2161293002: Color: Separate ICCProfile and ColorSpace structures (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporate review feedback Created 4 years, 5 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/browser/renderer_host/render_widget_host_view_mac.mm ('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 f81be7a4144970e78eec8ff4050fa4708a56daac..562ec4432d29cb6fc568314d15e96253b5e4870c 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -60,6 +60,7 @@
#include "ui/gfx/geometry/rect_f.h"
#include "ui/gfx/geometry/vector2d.h"
#include "ui/gfx/geometry/vector2d_f.h"
+#include "ui/gfx/icc_profile.h"
#include "ui/gfx/ipc/color/gfx_param_traits.h"
#include "ui/gfx/ipc/gfx_param_traits.h"
#include "ui/gfx/ipc/skia/gfx_skia_param_traits.h"
@@ -490,8 +491,8 @@ IPC_STRUCT_BEGIN(ViewMsg_New_Params)
// The page zoom level.
IPC_STRUCT_MEMBER(double, page_zoom_level)
- // The color space to use for image decode.
- IPC_STRUCT_MEMBER(gfx::ColorSpace, image_decode_color_space)
+ // The ICC profile of the output color space to use for image decode.
+ IPC_STRUCT_MEMBER(gfx::ICCProfile, image_decode_color_space)
IPC_STRUCT_END()
#if defined(OS_MACOSX)
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_mac.mm ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698