| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index f1e59bfce3d78dca21909aad9b2f77a3ed9378b4..988352c635ff2c1692b50c55e4af483806fafb2c 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -80,6 +80,8 @@ class WebPagePopupImpl;
|
| class WebPlugin;
|
| class WebSettingsImpl;
|
|
|
| +struct WebSelectionBound;
|
| +
|
| class WebViewImpl FINAL : public WebView
|
| , public RefCounted<WebViewImpl>
|
| , public WebGestureCurveTarget
|
| @@ -456,6 +458,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();
|
|
|