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. |