| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index c8e6ff2b851f11be11eb6c05958596d4dc9130bc..997c2764365fd5bc7d42c6a568876a0ab944a1b8 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -83,7 +83,7 @@ class WebPagePopupImpl;
|
| class WebPlugin;
|
| class WebSettingsImpl;
|
|
|
| -struct WebSelectionBound;
|
| +struct WebSelectionBounds;
|
|
|
| class WebViewImpl final : public WebView
|
| , public RefCounted<WebViewImpl>
|
| @@ -482,7 +482,7 @@ public:
|
| void exitFullScreenForElement(Element*);
|
|
|
| void clearCompositedSelectionBounds();
|
| - void updateCompositedSelectionBounds(const WebSelectionBound& anchor, const WebSelectionBound& focus);
|
| + void updateCompositedSelectionBounds(const WebSelectionBounds&);
|
|
|
| // Exposed for the purpose of overriding device metrics.
|
| void sendResizeEventAndRepaint();
|
|
|