| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 6a1858ec8373f844940f7afdfc229b466a358520..52b12c9ddc6ec56a29e5d45b427348f515ed5e30 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -143,6 +143,7 @@ WebPreferences::WebPreferences()
|
| use_legacy_background_size_shorthand_behavior(false),
|
| wide_viewport_quirk(false),
|
| use_wide_viewport(true),
|
| + force_zero_layout_height(false),
|
| viewport_meta_layout_size_quirk(false),
|
| viewport_meta_merge_content_quirk(false),
|
| viewport_meta_non_user_scalable_quirk(false),
|
|
|