| Index: Source/core/page/Settings.in
|
| diff --git a/Source/core/page/Settings.in b/Source/core/page/Settings.in
|
| index 71e627f1a79fd2ef223cc5d0e312a342d668756d..d8d553b342e0850e9d697e2f0b0b87131f9a258c 100644
|
| --- a/Source/core/page/Settings.in
|
| +++ b/Source/core/page/Settings.in
|
| @@ -132,6 +132,10 @@ selectTrailingWhitespaceEnabled initial=defaultSelectTrailingWhitespaceEnabled
|
|
|
| selectionIncludesAltImageText initial=false
|
| useLegacyBackgroundSizeShorthandBehavior initial=false
|
| +# This quirk is to maintain compatibility with Android apps built on
|
| +# the Android SDK prior to and including version 18. Presumably, this
|
| +# can be removed any time after 2015. See http://crbug.com/282130.
|
| +viewportMetaZeroValuesQuirk initial=false
|
|
|
| # This setting enables touch based text selection and editing.
|
| touchEditingEnabled initial=false
|
|
|