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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 393953012: Eager Gesture Recognition on Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix tests. Created 6 years, 5 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 1c2c6f11cfb21381110f0081e45d878fff00ef94..2b4a95b3b7ff1f146435ce22a0cfd65db4e162c9 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -93,6 +93,9 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
Window* window,
ui::EventResult result);
+ // Called before the event is forwarded to the |host_|.
sadrul 2014/07/16 21:07:49 Is this comment correct?
tdresser 2014/07/28 18:22:09 OnForwardingTouchEvent is now gone.
+ void OnForwardingTouchEvent(ui::TouchEvent* event, Window* window);
+
// These methods are used to defer the processing of mouse/touch events
// related to resize. A client (typically a RenderWidgetHostViewAura) can call
// HoldPointerMoves when an resize is initiated and then ReleasePointerMoves

Powered by Google App Engine
This is Rietveld 408576698