Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Android] Cancel a fling if necessary before programmatic scrolls
The compositor expects a fling cancellation event if the active fling is interrupted by a new scroll sequence. For programmatic scrolls via ContentViewCore.scrollTo, this cancellation event is never sent, potentially confusing the compositor if a fling is active. Send the cancellation event if a fling is potentially active. Review URL: https://codereview.chromium.org/727963003 Cr-Commit-Position: refs/heads/master@{#304724}
- Loading branch information