| 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 c98d485160c4be3aa4e05dc3c1195e0ddbd1b9cd..90f7c6241580f66532ff678d360f070a8fa82bc3 100644
|
| --- a/ui/touch_selection/touch_selection_controller.cc
|
| +++ b/ui/touch_selection/touch_selection_controller.cc
|
| @@ -116,10 +116,6 @@ void TouchSelectionController::OnSelectionBoundsChanged(
|
|
|
| // It's possible that the bounds temporarily overlap while a selection handle
|
| // is being dragged, incorrectly reporting a CENTER orientation.
|
| - // TODO(jdduke): This safeguard is racy, as it's possible the delayed response
|
| - // from handle positioning occurs *after* the handle dragging has ceased.
|
| - // Instead, prevent selection -> insertion transitions without an intervening
|
| - // action or selection clearing of some sort, crbug.com/392696.
|
| if (is_selection_dragging) {
|
| if (start_orientation_ == TouchHandleOrientation::CENTER)
|
| start_orientation_ = start_selection_handle_->orientation();
|
|
|