Move setNonDirectionalSelectionIfNeeded() to SelectionController from FrameSelection
This patch moves |setNonDirectionalSelectionIfNeeded()| to |SelectionController| from |FrameSelection| since it is used only in |SelectionController| to simplify |FrameSelection| for improving code health. This patch also gets rid of |originalBase()| which had been used in |setNonDirectionalSelectionIfNeeded()|, but it has never been used. BUG=n/a TEST=n/a; no behavior changes Review-Url: https://codereview.chromium.org/2441573002 Cr-Commit-Position: refs/heads/master@{#427032}
Showing
Please register or sign in to comment