| Index: content/browser/renderer_host/input/touch_selection_controller.cc
|
| diff --git a/content/browser/renderer_host/input/touch_selection_controller.cc b/content/browser/renderer_host/input/touch_selection_controller.cc
|
| index 708bcc7b8bd6a847aa4b1158b1712543d21dc57e..f1d7c0c33067469579f6dd5fdd0faccc0c805ddb 100644
|
| --- a/content/browser/renderer_host/input/touch_selection_controller.cc
|
| +++ b/content/browser/renderer_host/input/touch_selection_controller.cc
|
| @@ -173,8 +173,10 @@ bool TouchSelectionController::Animate(base::TimeTicks frame_time) {
|
| }
|
|
|
| void TouchSelectionController::OnHandleDragBegin(const TouchHandle& handle) {
|
| - if (&handle == insertion_handle_.get())
|
| + if (&handle == insertion_handle_.get()) {
|
| + client_->OnSelectionEvent(INSERTION_DRAG_BEGUN, GetStartPosition());
|
| return;
|
| + }
|
|
|
| if (&handle == start_selection_handle_.get()) {
|
| fixed_handle_position_ = end_selection_handle_->position() -
|
|
|