Remove mouse wheel handler DCHECK
In wheel handling, we assume that if a wheel event is set to non-blocking it must not be the first in the sequence so the previous event disposition should be available in mouse_wheel_result_. In https://crbug.com/1069760 that was found not to be the case. The fix there was to revert to the previous behavior which checked for whether that was true (the underlying cause wasn't found) but a DCHECK was left in. This trips up builds that have DCHECKs enabled as in https://crbug.com/1156940. Bug: 1156940,1069760 Change-Id: Ia65b5a0c28c4214492ec0cd9072ff8e5467bfdd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2580054Reviewed-by:Xida Chen <xidachen@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#835282}
Showing
Please register or sign in to comment