Ensure that TouchEvents are always async after scrolling has started.
Currently we can flip flop back and forth between TouchMoves being sent async or sync which can cause some pretty noticeable cases of jank. This ensures that we are always consistently scrolling after deciding TouchMoves can be async. Bug: 1072364 Change-Id: I3ef1ed6715d4b1fd2d3e1377ebd6b0c8bcc02872 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2182426 Commit-Queue: Stephen Nusko <nuskos@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Reviewed-by:David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#776487}
Showing
Please register or sign in to comment