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 |