| Index: Source/WebCore/page/Settings.in
|
| diff --git a/Source/WebCore/page/Settings.in b/Source/WebCore/page/Settings.in
|
| index a9ac19e39f3d375ef4b76b24dc59cc4300643f9b..9711de9e5e06a186da37ce8f556d073873196dcf 100644
|
| --- a/Source/WebCore/page/Settings.in
|
| +++ b/Source/WebCore/page/Settings.in
|
| @@ -131,7 +131,7 @@ notificationsEnabled initial=true
|
|
|
| shouldRespectImageOrientation initial=false
|
| requestAnimationFrameEnabled initial=true
|
| -deviceSupportsTouch initial=false
|
| +deviceSupportsTouch initial=false #FIXME: Remove this http://crbug.com/136119
|
| deviceSupportsMouse initial=true
|
|
|
| # For touch adjustment to apply, the compile option TOUCH_ADJUSTMENT must also be enabled.
|
| @@ -167,6 +167,10 @@ spatialNavigationEnabled initial=false
|
| # enabled, the user can initiate drag using long press.
|
| touchDragDropEnabled initial=false
|
|
|
| +# Sets primary input devices used for pointing. This is a bit flag of the
|
| +# PointerDevice enums
|
| +primaryPointerDevices type=int, initial=PointerDeviceUnknown
|
| +
|
| unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled
|
|
|
| backForwardCacheExpirationInterval type=double, initial=1800
|
|
|