Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(225)

Unified Diff: ui/aura/window_event_dispatcher.cc

Issue 278073004: Revert of Unified Gesture Recognizer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/aura/window_event_dispatcher.h ('k') | ui/events/event_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_event_dispatcher.cc
diff --git a/ui/aura/window_event_dispatcher.cc b/ui/aura/window_event_dispatcher.cc
index 3dc74329b4c817ab47d05b155ed2525843b6e40a..a089435bf2720dbb96a21569f51db8a99d99b4ae 100644
--- a/ui/aura/window_event_dispatcher.cc
+++ b/ui/aura/window_event_dispatcher.cc
@@ -493,6 +493,11 @@
ui::GestureConsumer* consumer) {
Window* consumer_window = ConsumerToWindow(consumer);
return (consumer_window && consumer_window->GetRootWindow() == window());
+}
+
+void WindowEventDispatcher::DispatchPostponedGestureEvent(
+ ui::GestureEvent* event) {
+ DispatchGestureEvent(event);
}
void WindowEventDispatcher::DispatchCancelTouchEvent(ui::TouchEvent* event) {
« no previous file with comments | « ui/aura/window_event_dispatcher.h ('k') | ui/events/event_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698