| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index fdc747f92bab686ad821eff6dfd23388f24b27c1..475d83c64f692da09469de774b79cbb91ca1bb3e 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -156,6 +156,7 @@ public:
|
| virtual bool isSelectionEditable() const OVERRIDE;
|
| virtual WebColor backgroundColor() const OVERRIDE;
|
| virtual bool selectionBounds(WebRect& anchor, WebRect& focus) const OVERRIDE;
|
| + virtual bool selectionRootBounds(WebRect& bounds) const OVERRIDE;
|
| virtual void didShowCandidateWindow() OVERRIDE;
|
| virtual void didUpdateCandidateWindow() OVERRIDE;
|
| virtual void didHideCandidateWindow() OVERRIDE;
|
|
|