| 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 65f8afbfa405fd078ca91ce55312ca4e1fa6d4aa..18285e6406f94d752cf3d2102376983542546282 100644
|
| --- a/content/browser/renderer_host/input/stylus_text_selector.cc
|
| +++ b/content/browser/renderer_host/input/stylus_text_selector.cc
|
| @@ -83,7 +83,7 @@ bool StylusTextSelector::OnTouchEvent(const MotionEvent& event) {
|
| case MotionEvent::ACTION_CANCEL:
|
| if (drag_state_ == DRAGGING_WITH_BUTTON_PRESSED ||
|
| drag_state_ == DRAGGING_WITH_BUTTON_RELEASED)
|
| - client_->OnStylusSelectEnd();
|
| + client_->OnStylusSelectEnd(event.GetX(), event.GetY());
|
| drag_state_ = NO_DRAG;
|
| break;
|
|
|
|
|