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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 251543003: Unified Gesture Recognizer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Allow Android to build "events" target. 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
Index: ui/aura/window_event_dispatcher.h
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
index 1a877f887349e889275e79c8b67a094e923e4e60..1a144e9242682603a96f044c30890c8a047e10be 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -75,7 +75,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
// Handles a gesture event. Returns true if handled. Unlike the other
// event-dispatching function (e.g. for touch/mouse/keyboard events), gesture
// events are dispatched from GestureRecognizer instead of WindowTreeHost.
sadrul 2014/05/07 13:42:17 This comment is wrong. Remove.
tdresser 2014/05/07 14:04:17 Done.
- void DispatchGestureEvent(ui::GestureEvent* event);
+ virtual void DispatchGestureEvent(ui::GestureEvent* event) OVERRIDE;
sadrul 2014/05/07 13:42:17 Move this down in line ~187
tdresser 2014/05/07 14:04:17 Done.
// Dispatches a ui::ET_MOUSE_EXITED event at |point|.
// TODO(beng): needed only for WTH::OnCursorVisibilityChanged().
@@ -184,7 +184,6 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
// Overridden from ui::GestureEventHelper.
virtual bool CanDispatchToConsumer(ui::GestureConsumer* consumer) OVERRIDE;
- virtual void DispatchPostponedGestureEvent(ui::GestureEvent* event) OVERRIDE;
virtual void DispatchCancelTouchEvent(ui::TouchEvent* event) OVERRIDE;
// Overridden from WindowObserver:

Powered by Google App Engine
This is Rietveld 408576698