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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 503883004: Don't pass touches to gesture recognizer for async acks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix mac build. Created 6 years, 4 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..be75b94cb1975df099284bb7dbeabf707aae85e0 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -89,8 +89,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
// window should let the WindowEventDispatcher know about the result of the
// event processing, so that gesture events can be properly created and
// dispatched.
- void ProcessedTouchEvent(ui::TouchEvent* event,
- Window* window,
+ void ProcessedTouchEvent(Window* window,
ui::EventResult result);
// These methods are used to defer the processing of mouse/touch events

Powered by Google App Engine
This is Rietveld 408576698