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

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

Issue 458363002: Remove old Aura Gesture Detection Pipeline. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address sadrul's comment, and rebase. 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
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/gestures/gesture_point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 10f7b85c1eb3751e68580e3cfcb943d7d38d6f35..c2e0562a591af58f8832b5210f0171b9b3f16dbf 100644
--- a/ui/events/gesture_detection/motion_event.h
+++ b/ui/events/gesture_detection/motion_event.h
@@ -40,8 +40,9 @@ class GESTURE_DETECTION_EXPORT MotionEvent {
BUTTON_FORWARD = 1 << 4,
};
- // The implementer promises that |GetPointerId()| will never exceed this.
- enum { MAX_POINTER_ID = 31 };
+ // The implementer promises that |GetPointerId()| will never exceed
+ // MAX_POINTER_ID.
+ enum { MAX_POINTER_ID = 31, MAX_TOUCH_POINT_COUNT = 12 };
virtual ~MotionEvent() {}
« no previous file with comments | « ui/events/events.gyp ('k') | ui/events/gestures/gesture_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698