Index: content/public/common/web_preferences.h |
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h |
index ae9756cf9e1654f88697d4fb99641c7e6423b8bb..3d8a224b2599045dfb36f72034277bbc4be7e37f 100644 |
--- a/content/public/common/web_preferences.h |
+++ b/content/public/common/web_preferences.h |
@@ -247,6 +247,9 @@ struct CONTENT_EXPORT WebPreferences { |
bool spellcheck_enabled_by_default; |
// If enabled, when a video goes fullscreen, the orientation should be locked. |
bool video_fullscreen_orientation_lock_enabled; |
+ // If enabled, fullscreen should be entered/exited when the device is rotated |
+ // to/from the orientation of the video. |
+ bool video_rotate_to_fullscreen_enabled; |
// If enabled, video fullscreen detection will be enabled. |
bool video_fullscreen_detection_enabled; |
bool embedded_media_experience_enabled; |