| Index: sky/engine/core/frame/Settings.in
|
| diff --git a/sky/engine/core/frame/Settings.in b/sky/engine/core/frame/Settings.in
|
| index db6b761fa3f4ca4ff9f90c770af129cdfa598d25..9eb80b2b0502f525ba0999d24faf1474acdc3339 100644
|
| --- a/sky/engine/core/frame/Settings.in
|
| +++ b/sky/engine/core/frame/Settings.in
|
| @@ -86,12 +86,6 @@ deviceSupportsMouse initial=true
|
| # 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.
|
| -# crbug.com/304895 tracks removal once we're satisfied with the algorithm.
|
| -touchAdjustmentEnabled initial=true
|
| -
|
| DOMPasteAllowed initial=false
|
|
|
| unifiedTextCheckerEnabled initial=defaultUnifiedTextCheckerEnabled
|
|
|