Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
index b2ff8dfbb2475ed836c2722de3cd48a66ec5c468..095bc16481fa83a3fb2fffd9e2353e5562c67b52 100644 |
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h |
@@ -165,9 +165,6 @@ public: |
void moveRangeSelectionExtent(const WebPoint&) 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; |