| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index c93df05bd045766dc4451a8e5d6b9c4d589a452a..32b306ac7d8fccf2dc91756986a1e1626c0c006b 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -77,6 +77,8 @@ class WebPagePopupImpl;
|
| class WebPlugin;
|
| class WebSettingsImpl;
|
|
|
| +struct WebSelectionBound;
|
| +
|
| class WebViewImpl FINAL : public WebView
|
| , public RefCounted<WebViewImpl>
|
| , public WebGestureCurveTarget
|
| @@ -446,6 +448,7 @@ public:
|
| void exitFullScreenForElement(Element*);
|
|
|
| void clearCompositedSelectionBounds();
|
| + void updateCompositedSelectionBounds(const WebSelectionBound& anchor, const WebSelectionBound& focus);
|
|
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|