| Index: sky/engine/web/WebViewImpl.h
|
| diff --git a/sky/engine/web/WebViewImpl.h b/sky/engine/web/WebViewImpl.h
|
| index 5d1009838f1a7ad60d41225706a14bd88946be57..7ed220e5277453a03cd614ee1edf4fa38d81c745 100644
|
| --- a/sky/engine/web/WebViewImpl.h
|
| +++ b/sky/engine/web/WebViewImpl.h
|
| @@ -139,10 +139,7 @@ public:
|
| virtual void acceptLanguagesChanged() override;
|
|
|
| // WebViewImpl
|
| -
|
| HitTestResult coreHitTestResultAt(const WebPoint&);
|
| - void suppressInvalidations(bool enable);
|
| - void invalidateRect(const IntRect&);
|
|
|
| void setIgnoreInputEvents(bool newValue);
|
| void setBackgroundColorOverride(WebColor);
|
|
|