| Index: Source/core/page/Settings.in
|
| diff --git a/Source/core/page/Settings.in b/Source/core/page/Settings.in
|
| index 0afa45aa96b48f2c1e367b9eb0f55e52ac9d4db5..c3350cdbeb89a3720fccc30a9ea98526494d7a6c 100644
|
| --- a/Source/core/page/Settings.in
|
| +++ b/Source/core/page/Settings.in
|
| @@ -155,6 +155,12 @@ shouldRespectImageOrientation initial=false
|
| deviceSupportsTouch initial=false
|
| deviceSupportsMouse initial=true
|
|
|
| +# This value indicates the number of simultaneous multi-touch points supported
|
| +# by the currently connected screen/digitizer that supports the most points.
|
| +# From Pointer Events spec:
|
| +# http://www.w3.org/TR/pointerevents/#widl-Navigator-maxTouchPoints
|
| +maxTouchPoints type=int, initial=0
|
| +
|
| # Whether touch gestures should be "fuzzed" to nearest touch targets.
|
| # It's expected that this is enabled everywhere by default, but it may be
|
| # disabled for testing purposes as the algorithm is not yet perfect.
|
|
|