| Index: third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.cpp b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| index 4d0a25ee629451fb0180cbff5b18ab2a9554d5fa..9c4cd948c1e95679950e1bb70b3deff3c0ca25d4 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.cpp
|
| @@ -168,13 +168,6 @@ void FrameSelection::moveTo(const VisiblePosition &pos, EUserTriggered userTrigg
|
| setSelection(VisibleSelection(pos, pos, selection().isDirectional()), options, align);
|
| }
|
|
|
| -void FrameSelection::moveTo(const VisiblePosition &base, const VisiblePosition &extent, EUserTriggered userTriggered)
|
| -{
|
| - const bool selectionHasDirection = true;
|
| - SetSelectionOptions options = CloseTyping | ClearTypingStyle | userTriggered;
|
| - setSelection(VisibleSelection(base, extent, selectionHasDirection), options);
|
| -}
|
| -
|
| void FrameSelection::moveTo(const Position &pos, TextAffinity affinity)
|
| {
|
| SetSelectionOptions options = CloseTyping | ClearTypingStyle;
|
|
|