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

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: Removed verbose comment 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 32f798741c38c4f0066053ca19eb80b80aaa1302..0112413c4f3a5c00d02568d0e983b305ecefeb29 100644
--- a/content/public/common/web_preferences.cc
+++ b/content/public/common/web_preferences.cc
@@ -145,7 +145,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