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

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

Issue 101933004: Eager Gesture Recognizer (WIP) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Starting work on Android. Created 6 years, 11 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 a4af2eb229f6e351dce8bb1b182779fa9f9d5db1..e66bbd3968275fac11823eb6624b4d8ea56ffb68 100644
--- a/ui/events/gestures/gesture_types.h
+++ b/ui/events/gestures/gesture_types.h
@@ -203,6 +203,7 @@ class EVENTS_EXPORT GestureConsumer {
// GestureEventHelper creates implementation-specific gesture events and
// can dispatch them.
+// TODO - check if this is necessary.
class EVENTS_EXPORT GestureEventHelper {
public:
virtual ~GestureEventHelper() {
@@ -210,7 +211,6 @@ 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 DispatchCancelTouchEvent(TouchEvent* event) = 0;
};
« no previous file with comments | « ui/events/gestures/gesture_sequence.cc ('k') | ui/events/gestures/test/eager_gesture_recognition_test_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698