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