| Index: content/browser/renderer_host/input/stylus_text_selector.cc
|
| diff --git a/content/browser/renderer_host/input/stylus_text_selector.cc b/content/browser/renderer_host/input/stylus_text_selector.cc
|
| index 39315cc006d585ba78c15cced1445ad4431169ce..11cace7e8256c2a9c4335768900154ea2ce1df35 100644
|
| --- a/content/browser/renderer_host/input/stylus_text_selector.cc
|
| +++ b/content/browser/renderer_host/input/stylus_text_selector.cc
|
| @@ -103,7 +103,7 @@ bool StylusTextSelector::OnTouchEvent(const MotionEvent& event) {
|
| return true;
|
| }
|
|
|
| -bool StylusTextSelector::OnSingleTapUp(const MotionEvent& e) {
|
| +bool StylusTextSelector::OnSingleTapUp(const MotionEvent& e, int tap_count) {
|
| DCHECK(text_selection_triggered_);
|
| DCHECK(!dragging_);
|
| client_->OnStylusSelectTap(e.GetEventTime(), e.GetX(), e.GetY());
|
|
|