| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index 13171ad3ebd94fc097db1d8e46104024fcc9346a..1819d4252b1d51d942b0c8b2bcfacb181f85f62d 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -137,6 +137,7 @@ WebPreferences::WebPreferences()
|
| device_scale_adjustment(1.0f),
|
| force_enable_zoom(false),
|
| disallow_fullscreen_for_non_media_elements(false),
|
| + full_screen_enabled(true),
|
| double_tap_to_zoom_enabled(true),
|
| user_gesture_required_for_media_playback(true),
|
| support_deprecated_target_density_dpi(false),
|
|
|