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 b8e39d78b0cd75dcb40b06b499a19138cf952121..76a705000a61e0f86f2da671090f8f814be33dcf 100644 |
--- a/third_party/WebKit/Source/core/editing/FrameSelection.h |
+++ b/third_party/WebKit/Source/core/editing/FrameSelection.h |
@@ -122,11 +122,6 @@ class CORE_EXPORT FrameSelection final |
SetSelectionOptions = kCloseTyping | kClearTypingStyle, |
CursorAlignOnScroll = CursorAlignOnScroll::kIfNeeded, |
TextGranularity = kCharacterGranularity); |
- bool SetSelectedRange( |
- const EphemeralRange&, |
- TextAffinity, |
- SelectionDirectionalMode = SelectionDirectionalMode::kNonDirectional, |
- FrameSelection::SetSelectionOptions = kCloseTyping | kClearTypingStyle); |
void SelectAll(EUserTriggered = kNotUserTriggered); |
void Clear(); |
bool IsHidden() const; |