DescriptionDummy WebGestureEvent() sent to SendGestureScrollEvent() needs proper type.
At present, debug builds of Chrome can crash if your touch scrolling in
a cross-site iframe with --site-per-process enabled, and then you tap
in the parent frame. This happens when a 'dummy' WebGestureEvent is sent
to RenderWidgetHostInputEventRouter::SendGestureScrollEvent() without
defining its type. Since the function DCHECKs the type of the input
event, this causes a crash. This CL makes sure the event has an
appropriate type.
BUG=645208
Committed: https://crrev.com/1e99661f52c63318493bb12f05701405da3b42ea
Cr-Commit-Position: refs/heads/master@{#417566}
Patch Set 1 #
Messages
Total messages: 15 (9 generated)
|