Index: Source/core/frame/Settings.in |
diff --git a/Source/core/frame/Settings.in b/Source/core/frame/Settings.in |
index 05ec00f11793c4f939b1dbf12812fd9003859964..28460f22fe8062a3679d99507649eab9bb26459d 100644 |
--- a/Source/core/frame/Settings.in |
+++ b/Source/core/frame/Settings.in |
@@ -316,3 +316,7 @@ disableReadingFromCanvas initial=false |
strictMixedContentChecking initial=false |
strictPowerfulFeatureRestrictions initial=false |
logDnsPrefetchAndPreconnect initial=false |
+ |
+# If true, the UA styles will include viewportAndroid.css. It is used for |
+# Android, and dynamically set by the inspector for mobile emulation. |
+useMobileViewportStyle initial=false, invalidate=ViewportRule |