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

Unified Diff: content/common/view_messages.h

Issue 2325773003: cc: Plumb the monitor color profile to renderer for rasterization (Closed)
Patch Set: Make public_deps instead of deps Created 4 years, 3 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 bba12736b9e6a7679bc8e5869b7362d8bba6a63d..2e55cc8a33d4ea9d00f0757a17597e0345de2a7b 100644
--- a/content/common/view_messages.h
+++ b/content/common/view_messages.h
@@ -170,6 +170,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::ScreenInfo)
IPC_STRUCT_TRAITS_MEMBER(depth)
IPC_STRUCT_TRAITS_MEMBER(depth_per_component)
IPC_STRUCT_TRAITS_MEMBER(is_monochrome)
+ IPC_STRUCT_TRAITS_MEMBER(icc_profile)
ccameron 2016/09/08 22:05:03 We send this same ICC profile here https://cs.chro
dcheng 2016/09/09 19:32:19 My understanding is we're sending this from browse
IPC_STRUCT_TRAITS_MEMBER(rect)
IPC_STRUCT_TRAITS_MEMBER(available_rect)
IPC_STRUCT_TRAITS_MEMBER(orientation_type)

Powered by Google App Engine
This is Rietveld 408576698