Index: ui/events/gesture_detection/gesture_listeners.cc |
diff --git a/ui/events/gesture_detection/gesture_listeners.cc b/ui/events/gesture_detection/gesture_listeners.cc |
index 8917f26fe1a1b2499aa461172ac3d8e40bed7115..570936a00f409f3b3554e5ab14b8a6a4eb9f15c3 100644 |
--- a/ui/events/gesture_detection/gesture_listeners.cc |
+++ b/ui/events/gesture_detection/gesture_listeners.cc |
@@ -13,7 +13,8 @@ bool SimpleGestureListener::OnDown(const MotionEvent& e) { |
void SimpleGestureListener::OnShowPress(const MotionEvent& e) { |
} |
-bool SimpleGestureListener::OnSingleTapUp(const MotionEvent& e) { |
+bool SimpleGestureListener::OnSingleTapUp(const MotionEvent& e, |
+ int repeat_count) { |
return false; |
} |