Make touch-action apply to double-tap zoom
Filter out GestureDoubleTap events on elements with touch-actions
other than auto. When GestureDoubleTap is being filtered out,
we also eliminate the tap delay.
BUG=
337534
TEST=TouchActionFilterTest.DoubleTap,
TouchActionFilterTest.DoubleTapWithTouchActionAuto
Committed:
https://src.chromium.org/viewvc/chrome?view=rev&revision=252073