| 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 3761dda5677f206e7915eee5a6eb17cc815d240e..05ebac48e30ff599f387eb3586bba1d3dd5e0e87 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -107,6 +107,7 @@ public:
|
| bool isContentEditable() const { return selection().isContentEditable(); }
|
| bool isContentRichlyEditable() const { return selection().isContentRichlyEditable(); }
|
|
|
| + // TODO(xiaochengh): Remove the |moveTo(VisiblePosition)| overload.
|
| void moveTo(const VisiblePosition&, EUserTriggered = NotUserTriggered, CursorAlignOnScroll = CursorAlignOnScroll::IfNeeded);
|
| void moveTo(const Position&, TextAffinity);
|
|
|
|
|