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

Unified Diff: ui/events/gesture_detection/motion_event.h

Issue 212663010: Store the id of a contributing motion event in GestureEventData (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update test. Created 6 years, 9 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/gesture_detection/motion_event.h
diff --git a/ui/events/gesture_detection/motion_event.h b/ui/events/gesture_detection/motion_event.h
index 46677ac876b39eabc5d3f77451b4322bc9e60516..f0d6354f77c32b3f8dae12fa9042ecd08587295e 100644
--- a/ui/events/gesture_detection/motion_event.h
+++ b/ui/events/gesture_detection/motion_event.h
@@ -29,6 +29,7 @@ class GESTURE_DETECTION_EXPORT MotionEvent {
virtual ~MotionEvent() {}
+ virtual int GetId() const = 0;
virtual Action GetAction() const = 0;
virtual int GetActionIndex() const = 0;
virtual size_t GetPointerCount() const = 0;
« no previous file with comments | « ui/events/gesture_detection/mock_motion_event.cc ('k') | ui/events/gesture_detection/scale_gesture_detector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698