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(); |