| 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 dd03f368a114f0a0db09acb18fe3057d49fb68f9..7692e64d51c6d4e893d7ba82e7582e44eb39efca 100644
|
| --- a/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| +++ b/third_party/WebKit/Source/core/editing/FrameSelection.h
|
| @@ -104,7 +104,7 @@ public:
|
|
|
| void moveTo(const VisiblePosition&, EUserTriggered = NotUserTriggered, CursorAlignOnScroll = CursorAlignOnScroll::IfNeeded);
|
| void moveTo(const VisiblePosition&, const VisiblePosition&, EUserTriggered = NotUserTriggered);
|
| - void moveTo(const Position&, TextAffinity, EUserTriggered = NotUserTriggered);
|
| + void moveTo(const Position&, TextAffinity);
|
|
|
| template <typename Strategy>
|
| const VisibleSelectionTemplate<Strategy>& visibleSelection() const;
|
|
|