| Index: content/public/common/web_preferences.h
|
| diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
|
| index 243f811d00b2432c1a46643b79a911237b94f017..21802affdf1b4927e9093ee2bb2e3d87e4cc3ea7 100644
|
| --- a/content/public/common/web_preferences.h
|
| +++ b/content/public/common/web_preferences.h
|
| @@ -159,6 +159,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;
|
|
|