Avoid sending touchmove events where all pointers are stationary
It is possible that all the pointers in a given TouchMove may have state as StateMoved, even though none of the pointers have not changed in real. Now, TouchEventQueue filters these events and avoids sending the events to the renderer. BUG=452032 Review URL: https://codereview.chromium.org/916103002 Cr-Commit-Position: refs/heads/master@{#316609}
Showing
Please register or sign in to comment