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

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

Issue 618013003: Support fullscreen for non-video elements in the WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactorFullscreenNonMedia
Patch Set: Fix failing test Created 6 years, 2 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.cc
diff --git a/content/public/common/web_preferences.cc b/content/public/common/web_preferences.cc
index b8700d168f3f15e006ea975375e631555f95d316..4dd1e2432c67663a7e415b202d5eed2b8a13f195 100644
--- a/content/public/common/web_preferences.cc
+++ b/content/public/common/web_preferences.cc
@@ -146,7 +146,6 @@ WebPreferences::WebPreferences()
font_scale_factor(1.0f),
device_scale_adjustment(1.0f),
force_enable_zoom(false),
- disallow_fullscreen_for_non_media_elements(false),
fullscreen_supported(true),
double_tap_to_zoom_enabled(true),
user_gesture_required_for_media_playback(true),

Powered by Google App Engine
This is Rietveld 408576698