Ensure touchmove changedTouches list only includes moving touches
On Android, WebTouchPoint.state of all touches is set to "StateMoved" thus included in changedTouches when any touch moves. This patch compares current touch points position to previous position in TouchMove event and updates state. This comparision is done after all filtering and potential coalescing in TouchEventQueue. BUG=416236 Review URL: https://codereview.chromium.org/788923002 Cr-Commit-Position: refs/heads/master@{#314315}
Showing
Please register or sign in to comment