Track whether a scroll sequence has been partially prevented
Listeners and consumers of a gesture event stream may wish to know if
part of the gesture stream has been prevented, i.e., whether the page
has consumed any of the underlying touchmove events. Route this bit
for scroll update events from the TouchDispositionGestureFilter through
to the generated WebGestureEvent types.
This change depends on the Blink patch:
https://codereview.chromium.org/690173002/
BUG=
428429
Committed:
https://crrev.com/019a29ecaa7e23348b65e1c86807554ded255028
Cr-Commit-Position: refs/heads/master@{#304665}