| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index 9998e7df568e0bb9e6499df2255a34b0a93b12e1..a85effc27a20b522adfe77abba08dc934f6801ba 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -105,7 +105,6 @@ public:
|
| virtual float deviceScaleFactor() const override;
|
| virtual void setDeviceScaleFactor(float) override;
|
|
|
| - virtual WebHitTestResult hitTestResultAt(const WebPoint&) override;
|
| virtual void spellingMarkers(WebVector<uint32_t>* markers) override;
|
| virtual void removeSpellingMarkersUnderWords(const WebVector<WebString>& words) override;
|
|
|
| @@ -115,8 +114,6 @@ public:
|
| virtual void acceptLanguagesChanged() override;
|
|
|
| // WebViewImpl
|
| - HitTestResult coreHitTestResultAt(const WebPoint&);
|
| -
|
| void setBackgroundColorOverride(WebColor);
|
|
|
| Color baseBackgroundColor() const { return m_baseBackgroundColor; }
|
|
|