Chromium Code Reviews| 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) |