| 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..f9bd26ff136d4fc46d82f6a93ea2431a19e145de 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),
|
| + fullscreen_supported(true),
|
| double_tap_to_zoom_enabled(true),
|
| user_gesture_required_for_media_playback(true),
|
| support_deprecated_target_density_dpi(false),
|
|
|