| Index: ui/touch_selection/touch_selection_controller_aura.cc
|
| diff --git a/ui/touch_selection/touch_selection_controller_aura.cc b/ui/touch_selection/touch_selection_controller_aura.cc
|
| index 3bdb26cec4e4c65d0100a009839466b1ad8fc88f..68bb7c3c062dcd818c25ff78ced6af1931109d79 100644
|
| --- a/ui/touch_selection/touch_selection_controller_aura.cc
|
| +++ b/ui/touch_selection/touch_selection_controller_aura.cc
|
| @@ -208,8 +208,9 @@ void TouchSelectionControllerAura::MoveCaret(const gfx::PointF& position) {
|
| }
|
|
|
| void TouchSelectionControllerAura::MoveRangeSelectionExtent(
|
| - const gfx::PointF& extent) {
|
| - client_->MoveRangeSelectionExtent(extent);
|
| + const gfx::PointF& extent,
|
| + ui::TextSelectionGranularity granularity) {
|
| + client_->MoveRangeSelectionExtent(extent, granularity);
|
| }
|
|
|
| void TouchSelectionControllerAura::SelectBetweenCoordinates(
|
|
|