| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index aa6560dbf370514aaf710b911deb4b29d0980213..204e36869c67aa0075b60e607fff4a0893897ec6 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -272,6 +272,8 @@ public:
|
| virtual void setShowScrollBottleneckRects(bool) override;
|
| virtual void getSelectionRootBounds(WebRect& bounds) const override;
|
| virtual void acceptLanguagesChanged() override;
|
| + virtual bool defersLoading() const override;
|
| + virtual void setDefersLoading(bool value) override;
|
|
|
| // WebViewImpl
|
|
|
|
|