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

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, 4 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 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;

Powered by Google App Engine
This is Rietveld 408576698