| Index: content/public/common/common_param_traits_macros.h
|
| diff --git a/content/public/common/common_param_traits_macros.h b/content/public/common/common_param_traits_macros.h
|
| index dce06d07a95282bdba0af4f123a26c21730716b8..b66e326fd685a0ddc55332585e75a0fcbf0a1fdd 100644
|
| --- a/content/public/common/common_param_traits_macros.h
|
| +++ b/content/public/common/common_param_traits_macros.h
|
| @@ -190,6 +190,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::WebPreferences)
|
| IPC_STRUCT_TRAITS_MEMBER(primary_hover_type)
|
| IPC_STRUCT_TRAITS_MEMBER(sync_xhr_in_documents_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(color_correct_rendering_enabled)
|
| + IPC_STRUCT_TRAITS_MEMBER(color_correct_rendering_default_mode_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(true_color_rendering_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(should_respect_image_orientation)
|
| IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores)
|
|
|