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

Unified Diff: ui/events/gesture_detection/gesture_listeners.cc

Issue 1358263002: [Android] Support double-tap selection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix contextual search Created 5 years, 3 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/gesture_detection/gesture_listeners.h ('k') | ui/events/gesture_detection/gesture_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
}
« no previous file with comments | « ui/events/gesture_detection/gesture_listeners.h ('k') | ui/events/gesture_detection/gesture_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698