| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 8ec979c4a13f8ee607983098a8253ee4843d3b49..68ccbb4af14c6fb05ada2fd89c1909c435d5e44b 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -173,6 +173,7 @@ WebPreferences::WebPreferences()
|
| use_solid_color_scrollbars(false),
|
| navigate_on_drag_drop(true),
|
| v8_cache_options(V8_CACHE_OPTIONS_DEFAULT),
|
| + inert_visual_viewport(false),
|
| cookie_enabled(true),
|
| pepper_accelerated_video_decode_enabled(false),
|
| animation_policy(IMAGE_ANIMATION_POLICY_ALLOWED),
|
|
|