| Index: third_party/WebKit/Source/core/editing/FrameSelection.h
|
| diff --git a/third_party/WebKit/Source/core/editing/FrameSelection.h b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| index c2d3357835ce3f475d1b46707726bc9ca54812c6..4e3f3b9f1b1be87717af8dbfbb7231cd355f1872 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -111,12 +111,8 @@ class CORE_EXPORT FrameSelection final
|
| return selection().isContentRichlyEditable();
|
| }
|
|
|
| - // TODO(yosin): We should make and rename |moveTo()| as implementation of
|
| - // |WebLoalFrameImpl::moveCaretSeleciton()|, since there is only one call
|
| - // site.
|
| - void moveTo(const VisiblePosition&,
|
| - EUserTriggered = NotUserTriggered,
|
| - CursorAlignOnScroll = CursorAlignOnScroll::IfNeeded);
|
| + // An implementation of |WebFrame::moveCaretSelection()|
|
| + void moveCaretSelection(const IntPoint&);
|
|
|
| template <typename Strategy>
|
| const VisibleSelectionTemplate<Strategy>& visibleSelection() const;
|
|
|