Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(205)

Unified Diff: Source/web/WebViewImpl.h

Issue 215703002: Remove unused selection related methods from WebView that got moved to WebFrame in r169968 … (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698