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

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
Index: public/web/WebView.h
diff --git a/public/web/WebView.h b/public/web/WebView.h
index c193eb62c7bb88874812a528cdee25018b5c16bc..af882bfabaac5279a2bfc6e7eee53864ccc5ce89 100644
--- a/public/web/WebView.h
+++ b/public/web/WebView.h
@@ -460,11 +460,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.
« Source/web/tests/WebViewTest.cpp ('K') | « 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