DescriptionMove early return out of RootView::DispatchGestureEvent()
In preparation for the eventual removal of
RootView::DispatchGestureEvent(), move an early return
out of this function and into RootView::OnEventFromSource().
This condition ignores any gesture-scroll events which were
not preceded by a ui::ET_GESTURE_SCROLL_BEGIN event.
BUG=353641
TEST=Tested by WidgetTest.GestureScrollEventDispatching
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284446
Patch Set 1 #
Total comments: 2
Patch Set 2 : comments addressed #Messages
Total messages: 11 (0 generated)
|