Chromium Code Reviews| 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; |
|
Miguel Garcia
2014/03/20 08:23:38
so, there is a selectionBounds method up in line 1
|
| // WebViewImpl |