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

Unified Diff: ui/aura/window_event_dispatcher.h

Issue 1907323003: Drag and drop cleans up touch sequences from the source window. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac. Created 4 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/gestures/gesture_recognizer_unittest.cc ('k') | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/window_event_dispatcher.h
diff --git a/ui/aura/window_event_dispatcher.h b/ui/aura/window_event_dispatcher.h
index a0b70604d0117565b7e8e0d6a6b3b09a2b7fdf59..d54d10a3a8325fc71e3788ca9f0b8c349a37f3a9 100644
--- a/ui/aura/window_event_dispatcher.h
+++ b/ui/aura/window_event_dispatcher.h
@@ -197,8 +197,7 @@ class AURA_EXPORT WindowEventDispatcher : public ui::EventProcessor,
bool CanDispatchToConsumer(ui::GestureConsumer* consumer) override;
void DispatchGestureEvent(ui::GestureConsumer* raw_input_consumer,
ui::GestureEvent* event) override;
- void DispatchCancelTouchEvent(ui::GestureConsumer* raw_input_consumer,
- ui::TouchEvent* event) override;
+ void DispatchSyntheticTouchEvent(ui::TouchEvent* event) override;
// Overridden from WindowObserver:
void OnWindowDestroying(Window* window) override;
« no previous file with comments | « ui/aura/gestures/gesture_recognizer_unittest.cc ('k') | ui/aura/window_event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698