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

Unified Diff: Source/core/frame/Settings.in

Issue 870933002: Make it possible to set the display mode from the WebView API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Using enum now Created 5 years, 11 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
« no previous file with comments | « Source/core/frame/Settings.h ('k') | Source/core/testing/InternalSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/Settings.in
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in
index 279bb55ea67a6912cd1e08a3d25d3256d7462608..49d09c53a3de7fa71e7b96d59ec6d7af10832c66 100644
--- a/Source/core/frame/Settings.in
+++ b/Source/core/frame/Settings.in
@@ -241,7 +241,7 @@ accessibilityFontScaleFactor type=double, initial=1.0, invalidate=TextAutosizing
# Only set by Layout Tests.
mediaTypeOverride type=String, initial="screen", invalidate=MediaType
-displayModeOverride type=DisplayMode, initial=DisplayModeUndefined, invalidate=MediaQuery
+displayModeOverride type=WebDisplayMode, initial=WebDisplayModeUndefined, invalidate=MediaQuery
# loadsImagesAutomatically only suppresses the network load of
# the image URL. A cached image will still be rendered if requested.
« no previous file with comments | « Source/core/frame/Settings.h ('k') | Source/core/testing/InternalSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698