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

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

Issue 10834269: gestures: Some more event cleanup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: tot-merge Created 8 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
« no previous file with comments | « ui/base/gestures/gesture_sequence.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/gestures/gesture_types.h
diff --git a/ui/base/gestures/gesture_types.h b/ui/base/gestures/gesture_types.h
index caab89240435bd50e87f28f2a232cfd5234661e6..0407954ce92205692eda160c81acba739a385a70 100644
--- a/ui/base/gestures/gesture_types.h
+++ b/ui/base/gestures/gesture_types.h
@@ -145,19 +145,6 @@ class UI_EXPORT GestureEventHelper {
virtual ~GestureEventHelper() {
}
- // |flags| is ui::EventFlags. The meaning of |param_first| and |param_second|
- // depends on the specific gesture type (|type|).
- virtual GestureEvent* CreateGestureEvent(const GestureEventDetails& details,
- const gfx::Point& location,
- int flags,
- base::Time time,
- unsigned int touch_id_bitfield) = 0;
-
- virtual TouchEvent* CreateTouchEvent(EventType type,
- const gfx::Point& location,
- int touch_id,
- base::TimeDelta time_stamp) = 0;
-
virtual bool DispatchLongPressGestureEvent(GestureEvent* event) = 0;
virtual bool DispatchCancelTouchEvent(TouchEvent* event) = 0;
};
« no previous file with comments | « ui/base/gestures/gesture_sequence.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698