Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 401e01c04701974f86f00f8b0b27f148a33568d2..8f55b819ad1bb6fbf8d5be77f592c9a3951166e0 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -150,9 +150,6 @@ public: |
virtual bool confirmComposition(const WebString& text) OVERRIDE; |
virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE; |
virtual WebTextInputInfo textInputInfo() OVERRIDE; |
- virtual bool setEditableSelectionOffsets(int start, int end) OVERRIDE; |
- virtual bool setCompositionFromExistingText(int compositionStart, int compositionEnd, const WebVector<WebCompositionUnderline>& underlines) OVERRIDE; |
- virtual void extendSelectionAndDelete(int before, int after) OVERRIDE; |
virtual WebColor backgroundColor() const OVERRIDE; |
virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE; |
virtual void didShowCandidateWindow() OVERRIDE; |