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

Unified Diff: ui/events/gestures/gesture_recognizer_impl.h

Issue 469523003: Add the actual location coordinates to the touch cancel event (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: clone the state_point 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/events/gestures/gesture_recognizer_impl.h
diff --git a/ui/events/gestures/gesture_recognizer_impl.h b/ui/events/gestures/gesture_recognizer_impl.h
index 46bf74910f0a4dfa0dd53754560641fff974ed70..7ba74f3c58ee808aa03f8670a2ec1c38b50f9be3 100644
--- a/ui/events/gestures/gesture_recognizer_impl.h
+++ b/ui/events/gestures/gesture_recognizer_impl.h
@@ -55,7 +55,6 @@ class EVENTS_EXPORT GestureRecognizerImpl : public GestureRecognizer,
private:
// Sets up the target consumer for gestures based on the touch-event.
void SetupTargets(const TouchEvent& event, GestureConsumer* consumer);
- void CancelTouches(std::vector<std::pair<int, GestureConsumer*> >* touches);
void DispatchGestureEvent(GestureEvent* event);

Powered by Google App Engine
This is Rietveld 408576698