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

Unified Diff: public/web/WebView.h

Issue 781743002: Deleted unused code about WebViewImpl::getSelectionRootBounds (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years 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 | « Source/web/tests/data/select_range_textarea_overflow.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index e3a44716d195aa8eec7702b040d9528ce898e2e3..e6c4924967638b8c60df8e23e48ff3b62f0aa97d 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -456,11 +456,6 @@ public:
virtual void setContinuousPaintingEnabled(bool) = 0;
virtual void setShowScrollBottleneckRects(bool) = 0;
- // Compute the bounds of the root element of the current selection and fills
- // the out-parameter on success. |bounds| coordinates will be relative to
- // the contents window and will take into account the current scale level.
- virtual void getSelectionRootBounds(WebRect& bounds) const = 0;
-
// Visibility -----------------------------------------------------------
// Sets the visibility of the WebView.
« no previous file with comments | « Source/web/tests/data/select_range_textarea_overflow.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698