| 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,
|
|
|