[Android] Implement scrollTo in terms of scrollBy
Currently, ContentViewCore.scrollBy injects a GestureScrollUpdate event. However, without a preceding GestureScrollBegin and trailing GestureScrollEnd, this can lead to inconsistencies in the input pipeline state. Fix scrollBy to send the proper gesture event sequence, also changing scrollTo to be implemented in terms of scrollBy. BUG=454355 Review URL: https://codereview.chromium.org/1131723006 Cr-Commit-Position: refs/heads/master@{#330475}
Showing
Please register or sign in to comment