Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index 17b6982fbfa667693448b861d5d81511b93e10cd..0a1edcc40004033c95b5d016cad1155f495adf6c 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -250,10 +250,6 @@ public: |
virtual void moveRangeSelection(const WebPoint& base, const WebPoint& extent, WebFrame::TextGranularity = CharacterGranularity) = 0; |
virtual void moveCaretSelection(const WebPoint&) = 0; |
- virtual bool setEditableSelectionOffsets(int start, int end) = 0; |
- virtual bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) = 0; |
- virtual void extendSelectionAndDelete(int before, int after) = 0; |
- |
virtual void setCaretVisible(bool) = 0; |
// Moves the selection extent point. This function does not allow the |