DescriptionFix uninit member variable of TouchEventQueue
The variable |needs_async_touch_move_for_outer_slop_region_| was not being
initialized upon TouchEventQueue construction. Initialize accordingly.
Note that while the read was invalid, it had no meaningful effect on touch
dispatch behavior, as the variable was *always* reset before it could impact
touch forwarding.
BUG=367692
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|