| Index: content/public/common/web_preferences.cc
|
| diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
|
| index c7e6930a42ee7fde8966c5d641d3e821b355b3f6..23144b98b6be5e7badb26337c59d41eba8a29676 100644
|
| --- a/content/public/common/web_preferences.cc
|
| +++ b/content/public/common/web_preferences.cc
|
| @@ -138,6 +138,7 @@ WebPreferences::WebPreferences()
|
| device_scale_adjustment(1.0f),
|
| force_enable_zoom(false),
|
| disallow_fullscreen_for_non_media_elements(false),
|
| + fullscreen_supported(true),
|
| double_tap_to_zoom_enabled(true),
|
| user_gesture_required_for_media_playback(true),
|
| support_deprecated_target_density_dpi(false),
|
|
|