Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: content/public/common/web_preferences.h

Issue 425343002: [Android WebView] API to enable fullscreen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/web_preferences.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 78e0e637b3c5a25d97c0c8b7922af89a36370eb6..f0ec0aebbc2679d2bdf7ef88e7d5884acf9f23a4 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 full_screen_enabled;
bool double_tap_to_zoom_enabled;
bool user_gesture_required_for_media_playback;
GURL default_video_poster_url;

Powered by Google App Engine
This is Rietveld 408576698