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

Unified Diff: ui/aura/window_event_dispatcher.cc

Issue 251543003: Unified Gesture Recognizer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. 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 a089435bf2720dbb96a21569f51db8a99d99b4ae..3dc74329b4c817ab47d05b155ed2525843b6e40a 100644
--- a/ui/aura/window_event_dispatcher.cc
+++ b/ui/aura/window_event_dispatcher.cc
@@ -495,11 +495,6 @@ bool WindowEventDispatcher::CanDispatchToConsumer(
return (consumer_window && consumer_window->GetRootWindow() == window());
}
-void WindowEventDispatcher::DispatchPostponedGestureEvent(
- ui::GestureEvent* event) {
- DispatchGestureEvent(event);
-}
-
void WindowEventDispatcher::DispatchCancelTouchEvent(ui::TouchEvent* event) {
DispatchDetails details = OnEventFromSource(event);
if (details.dispatcher_destroyed)
« 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