Move 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 Review URL: https://codereview.chromium.org/406683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284446 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment