MouseWheelEventQueue sends scrollEnd right away when latching is disabled.
When latching is disabled, instead of setting a timer with zero timeout to send the scrollEnd event, we send the event right away. This change has happened to prevent unittests from unintentionally simulating the latching behavior when it's disabled. BUG=706175 Review-Url: https://codereview.chromium.org/2782733002 Cr-Commit-Position: refs/heads/master@{#460516}
Showing
Please register or sign in to comment