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

Unified Diff: ui/events/gestures/gesture_types.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/events/gestures/gesture_recognizer_impl_mac.cc ('k') | ui/events/gestures/motion_event_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gestures/gesture_types.h
diff --git a/ui/events/gestures/gesture_types.h b/ui/events/gestures/gesture_types.h
index 7163f379a2bcdab079a23fde1d59e4e97de14562..986cc9365f857ad65ee4c3928e5ca6805baf42d4 100644
--- a/ui/events/gestures/gesture_types.h
+++ b/ui/events/gestures/gesture_types.h
@@ -30,8 +30,7 @@ class EVENTS_EXPORT GestureEventHelper {
virtual bool CanDispatchToConsumer(GestureConsumer* consumer) = 0;
virtual void DispatchGestureEvent(GestureConsumer* raw_input_consumer,
GestureEvent* event) = 0;
- virtual void DispatchCancelTouchEvent(GestureConsumer* raw_input_consumer,
- TouchEvent* event) = 0;
+ virtual void DispatchSyntheticTouchEvent(TouchEvent* event) = 0;
};
} // namespace ui
« no previous file with comments | « ui/events/gestures/gesture_recognizer_impl_mac.cc ('k') | ui/events/gestures/motion_event_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698