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

Unified Diff: content/common/view_messages.h

Issue 2150013003: Add IPC support for gfx::ColorSpace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: git cl try 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/common/BUILD.gn ('k') | content/content_common.gypi » ('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 7e80877ebdeab4748369a00fd80a0ed54854d21a..f81be7a4144970e78eec8ff4050fa4708a56daac 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/ipc/color/gfx_param_traits.h"
#include "ui/gfx/ipc/gfx_param_traits.h"
#include "ui/gfx/ipc/skia/gfx_skia_param_traits.h"
#include "ui/gfx/range/range.h"
@@ -489,8 +490,8 @@ 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)
+ // The color space to use for image decode.
+ IPC_STRUCT_MEMBER(gfx::ColorSpace, image_decode_color_space)
IPC_STRUCT_END()
#if defined(OS_MACOSX)
« no previous file with comments | « content/common/BUILD.gn ('k') | content/content_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698