| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 4bc2de17313b696ed33acead334e7e897abc7f53..7763755d1ea612ddda65d3929d09030e4fbd40a3 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -158,6 +158,7 @@ struct CONTENT_EXPORT WebPreferences {
|
| float device_scale_adjustment;
|
| bool force_enable_zoom;
|
| bool disallow_fullscreen_for_non_media_elements;
|
| + bool fullscreen_supported;
|
| bool double_tap_to_zoom_enabled;
|
| bool user_gesture_required_for_media_playback;
|
| GURL default_video_poster_url;
|
|
|