Get rid of redundant call of SetIsDirectional() in...
Get rid of redundant call of SetIsDirectional() in SelectionController::SetNonDirectionalSelectionIfNeeded() This patch gets rid of redundant call of |SetIsDirectional()| in |SelectionController::SetNonDirectionalSelectionIfNeeded()|, because - We want to set non-directional selection as function name suggested - In |FrameSelection::SetSelection()|, we always set directional selection if |ShouldConsiderSelectionAsDirectional()| is true. Bug: 740804 Change-Id: Ia474742aee16d13e124c41f4d7830614c35bd2f2 Reviewed-on: https://chromium-review.googlesource.com/595427Reviewed-by:Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#491618}
Showing
Please register or sign in to comment