| Index: Source/WebCore/page/Settings.in
|
| diff --git a/Source/WebCore/page/Settings.in b/Source/WebCore/page/Settings.in
|
| index 634e36fc515a9849835ae1fc8b521eba811f25f4..f29128eeb4ee8c98ad50fe053da4bb35ba31fc8b 100644
|
| --- a/Source/WebCore/page/Settings.in
|
| +++ b/Source/WebCore/page/Settings.in
|
| @@ -126,7 +126,7 @@ scrollAnimatorEnabled initial=true, conditional=SMOOTH_SCROLLING
|
|
|
| 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.
|
| @@ -160,6 +160,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
|
|
|