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

Unified Diff: content/browser/renderer_host/input/stylus_text_selector.h

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
Index: content/browser/renderer_host/input/stylus_text_selector.h
diff --git a/content/browser/renderer_host/input/stylus_text_selector.h b/content/browser/renderer_host/input/stylus_text_selector.h
index 163a7e966eea44e81dbfceeb60ac1e73addf707e..e4b1f591e2b9d22971d9696eb85213235f2bbf20 100644
--- a/content/browser/renderer_host/input/stylus_text_selector.h
+++ b/content/browser/renderer_host/input/stylus_text_selector.h
@@ -53,7 +53,7 @@ class CONTENT_EXPORT StylusTextSelector : public ui::SimpleGestureListener {
FRIEND_TEST_ALL_PREFIXES(StylusTextSelectorTest, ShouldStartTextSelection);
// SimpleGestureListener implementation.
- bool OnSingleTapUp(const ui::MotionEvent& e) override;
+ bool OnSingleTapUp(const ui::MotionEvent& e, int tap_count) override;
bool OnScroll(const ui::MotionEvent& e1,
const ui::MotionEvent& e2,
float distance_x,

Powered by Google App Engine
This is Rietveld 408576698