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