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

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

Issue 306483003: Prepare for Unified Gesture Recognizer landing in Aura (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Disable UGR again. 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/gesture_detection/mock_motion_event.h
diff --git a/ui/events/gesture_detection/mock_motion_event.h b/ui/events/gesture_detection/mock_motion_event.h
index 3cff718d2f6baf05739ae5daf5034df5dac7d479..e0068ff30402c2ae0d57be7bd058e78a4aaca945 100644
--- a/ui/events/gesture_detection/mock_motion_event.h
+++ b/ui/events/gesture_detection/mock_motion_event.h
@@ -12,7 +12,7 @@
namespace ui {
struct MockMotionEvent : public MotionEvent {
- enum { MAX_POINTERS = 3 };
+ enum { MAX_POINTERS = 4 };
jdduke (slow) 2014/05/29 16:25:40 Hmm, should we go back to 3 here?
tdresser 2014/05/30 14:05:37 Whoops, thanks.
enum { TOUCH_MAJOR = 10 };
MockMotionEvent();

Powered by Google App Engine
This is Rietveld 408576698