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

Unified Diff: ui/events/gestures/gesture_recognizer_impl_mac.cc

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.cc ('k') | ui/events/gestures/gesture_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/gestures/gesture_recognizer_impl_mac.cc
diff --git a/ui/events/gestures/gesture_recognizer_impl_mac.cc b/ui/events/gestures/gesture_recognizer_impl_mac.cc
index f48f870058314bd6df25fc42d942145beb00ea9a..73e3cdc99cc68198836d7ab269502f7a10669561 100644
--- a/ui/events/gestures/gesture_recognizer_impl_mac.cc
+++ b/ui/events/gestures/gesture_recognizer_impl_mac.cc
@@ -41,7 +41,8 @@ class GestureRecognizerImplMac : public GestureRecognizer {
}
void CancelActiveTouchesExcept(GestureConsumer* not_cancelled) override {}
void TransferEventsTo(GestureConsumer* current_consumer,
- GestureConsumer* new_consumer) override {}
+ GestureConsumer* new_consumer,
+ ShouldCancelTouches should_cancel_touches) override {}
bool GetLastTouchPointForTarget(GestureConsumer* consumer,
gfx::PointF* point) override {
return false;
« no previous file with comments | « ui/events/gestures/gesture_recognizer_impl.cc ('k') | ui/events/gestures/gesture_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698