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

Unified Diff: Source/web/WebViewImpl.h

Issue 177903010: Expose the selection root bounds in WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 10 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') | Source/web/WebViewImpl.cpp » ('J')
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 a0fa0d653d062a58efa4d2824a7c6e962b95cb12..1aadcf2a8986fe168b14ef75bd4a43c57d0c9fed 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -156,6 +156,7 @@ public:
virtual bool isSelectionEditable() const OVERRIDE;
virtual WebColor backgroundColor() const OVERRIDE;
virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE;
+ virtual bool selectionRootBounds(WebRect& bounds) const OVERRIDE;
virtual void didShowCandidateWindow() OVERRIDE;
virtual void didUpdateCandidateWindow() OVERRIDE;
virtual void didHideCandidateWindow() OVERRIDE;
« no previous file with comments | « no previous file | Source/web/WebViewImpl.cpp » ('j') | Source/web/WebViewImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698