| 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 fa39cd71af9b2b47fda43bcda936f702da0b248b..e936ac38e8d2da4dc471f1cd5f6b20e6b437050b 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(true_color_rendering_enabled)
|
| IPC_STRUCT_TRAITS_MEMBER(should_respect_image_orientation)
|
| IPC_STRUCT_TRAITS_MEMBER(number_of_cpu_cores)
|
| IPC_STRUCT_TRAITS_MEMBER(editing_behavior)
|
|
|