Coalesce async touch move events until the ack back from render.
In order to avoid the touch event queue keep growing when render handles async touchmove events longer than 200ms, which is the async touchmove interval, we keep coalesce touch moves and send the next touchmove until passing the async touchmove interval and receive the ACK from render. BUG=448760 Review URL: https://codereview.chromium.org/997283002 Cr-Commit-Position: refs/heads/master@{#330548}
Showing
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment