| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 57e639d7528613b112c0bcee8c77d3582d48b0ab..20af71e5e7503f694cc0d8e3306c91bfa0a1be30 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -82,10 +82,9 @@ class WebLocalFrameImpl;
|
| class WebImage;
|
| class WebPagePopupImpl;
|
| class WebPlugin;
|
| +class WebSelection;
|
| class WebSettingsImpl;
|
|
|
| -struct WebSelectionBound;
|
| -
|
| class WebViewImpl final : public WebView
|
| , public RefCounted<WebViewImpl>
|
| , public WebGestureCurveTarget
|
| @@ -490,8 +489,8 @@ public:
|
| void enterFullScreenForElement(Element*);
|
| void exitFullScreenForElement(Element*);
|
|
|
| - void clearCompositedSelectionBounds();
|
| - void updateCompositedSelectionBounds(const WebSelectionBound& anchor, const WebSelectionBound& focus);
|
| + void clearCompositedSelection();
|
| + void updateCompositedSelection(const WebSelection&);
|
|
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|