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

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

Issue 251543003: Unified Gesture Recognizer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address jdduke comments. Created 6 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
Index: ui/events/gestures/gesture_types.h
diff --git a/ui/events/gestures/gesture_types.h b/ui/events/gestures/gesture_types.h
index 851450880bf695680534f1933eafa20028bad023..c15a2fdca472c318a94067f4de4c344a5f2ffd7d 100644
--- a/ui/events/gestures/gesture_types.h
+++ b/ui/events/gestures/gesture_types.h
@@ -28,7 +28,7 @@ class EVENTS_EXPORT GestureEventHelper {
// Returns true if this helper can dispatch events to |consumer|.
virtual bool CanDispatchToConsumer(GestureConsumer* consumer) = 0;
- virtual void DispatchPostponedGestureEvent(GestureEvent* event) = 0;
+ virtual void DispatchGestureEvent(GestureEvent* event) = 0;
virtual void DispatchCancelTouchEvent(TouchEvent* event) = 0;
};

Powered by Google App Engine
This is Rietveld 408576698