Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index fdc747f92bab686ad821eff6dfd23388f24b27c1..5388f9f026b28ff220c54a65e4c36b95e61014db 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -294,6 +294,7 @@ public: |
virtual void setShowFPSCounter(bool) OVERRIDE; |
virtual void setContinuousPaintingEnabled(bool) OVERRIDE; |
virtual void setShowScrollBottleneckRects(bool) OVERRIDE; |
+ virtual void getSelectionRootBounds(WebRect& bounds) const OVERRIDE; |
// WebViewImpl |