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

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

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.h
diff --git a/content/public/common/web_preferences.h b/content/public/common/web_preferences.h
index 0aeb9f258fdba4ec2bf4d48dd7d55ec0753eb695..3d14b4796bba2dc007dd0e8c3eb56c2f5b380ca7 100644
--- a/content/public/common/web_preferences.h
+++ b/content/public/common/web_preferences.h
@@ -161,7 +161,6 @@ struct CONTENT_EXPORT WebPreferences {
float font_scale_factor;
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;

Powered by Google App Engine
This is Rietveld 408576698