Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Unified Diff: sky/engine/core/frame/Settings.in

Issue 774053003: Remove TouchAdjustment. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/page/EventHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « sky/engine/core/core.gni ('k') | sky/engine/core/page/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698