| Index: ui/touch_selection/touch_selection_controller.cc
|
| diff --git a/ui/touch_selection/touch_selection_controller.cc b/ui/touch_selection/touch_selection_controller.cc
|
| index 9663920baf0378135f4cefdbc5712fdad9a1e851..8810a6632d834974d224e8a8f15543d5d27bd01e 100644
|
| --- a/ui/touch_selection/touch_selection_controller.cc
|
| +++ b/ui/touch_selection/touch_selection_controller.cc
|
| @@ -255,7 +255,7 @@ void TouchSelectionController::OnHandleDragUpdate(const TouchHandle& handle,
|
| if (&handle == insertion_handle_.get()) {
|
| client_->MoveCaret(line_position);
|
| } else {
|
| - client_->MoveRangeSelectionExtent(line_position);
|
| + client_->MoveRangeSelectionExtent(line_position, ui::CHARACTER_GRANULARITY);
|
| }
|
| }
|
|
|
|
|