DescriptionDo not dispatch gestures to a NULL aura::Window target
It is possible for the gesture recognizer to report
a NULL target for a gesture event, in which case
we should not attempt event dispatch. An early return
already exists in
WindowEventDispatcher::DispatchGestureEvent() to
guard against this possibility, so add a similar
check to WindowEventDispatcher::ProcessGestures().
BUG=384962
TEST=WindowEventDispatcherTest.CallToProcessedTouchEvent
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289152
Patch Set 1 #Patch Set 2 : test added #
Messages
Total messages: 10 (0 generated)
|