| 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 86731820305a8e1612b070d301e5e6fc09bc9594..a08845e0c8a60f253fdfbcb5b2ac5bd79c98cdbe 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(use_legacy_background_size_shorthand_behavior)
|
| IPC_STRUCT_TRAITS_MEMBER(wide_viewport_quirk)
|
| IPC_STRUCT_TRAITS_MEMBER(use_wide_viewport)
|
| + IPC_STRUCT_TRAITS_MEMBER(force_zero_layout_height)
|
| IPC_STRUCT_TRAITS_MEMBER(viewport_meta_layout_size_quirk)
|
| IPC_STRUCT_TRAITS_MEMBER(viewport_meta_merge_content_quirk)
|
| IPC_STRUCT_TRAITS_MEMBER(viewport_meta_non_user_scalable_quirk)
|
|
|