Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
index 052dec55c90b4e55d8ec10db473c04b586946e37..82cde80036c857cd5e46decff5be5bf971238c29 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
@@ -82,33 +82,6 @@ public: |
void dispatchWillSendRequest(WebURLRequest&) override; |
WebURLLoader* createAssociatedURLLoader(const WebURLLoaderOptions&) override; |
unsigned unloadListenerCount() const override; |
- void insertText(const WebString&) override; |
- void setMarkedText(const WebString&, unsigned location, unsigned length) override; |
- void unmarkText() override; |
- bool hasMarkedText() const override; |
- WebRange markedRange() const override; |
- bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const override; |
- size_t characterIndexForPoint(const WebPoint&) const override; |
- bool executeCommand(const WebString&) override; |
- bool executeCommand(const WebString&, const WebString& value) override; |
- bool isCommandEnabled(const WebString&) const override; |
- void enableContinuousSpellChecking(bool) override; |
- bool isContinuousSpellCheckingEnabled() const override; |
- void requestTextChecking(const WebElement&) override; |
- void removeSpellingMarkers() override; |
- bool hasSelection() const override; |
- WebRange selectionRange() const override; |
- WebString selectionAsText() const override; |
- WebString selectionAsMarkup() const override; |
- bool selectWordAroundCaret() override; |
- void selectRange(const WebPoint& base, const WebPoint& extent) override; |
- void selectRange(const WebRange&) override; |
- void moveRangeSelection(const WebPoint& base, const WebPoint& extent, WebFrame::TextGranularity = CharacterGranularity) override; |
- void moveCaretSelection(const WebPoint&) override; |
- bool setEditableSelectionOffsets(int start, int end) override; |
- bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) override; |
- void extendSelectionAndDelete(int before, int after) override; |
- void setCaretVisible(bool) override; |
int printBegin(const WebPrintParams&, const WebNode& constrainToNode) override; |
float printPage(int pageToPrint, WebCanvas*) override; |
float getPrintPageShrink(int page) override; |