| Index: public/web/WebView.h
|
| diff --git a/public/web/WebView.h b/public/web/WebView.h
|
| index 24e3557c9a27be1eaf6e129e68831b48ab76ae00..5c6f1e066945ea8c3f9a5836a2034b7879bfbd0c 100644
|
| --- a/public/web/WebView.h
|
| +++ b/public/web/WebView.h
|
| @@ -497,6 +497,10 @@ public:
|
| // event gets generated/tested.
|
| virtual void forceNextWebGLContextCreationToFail() = 0;
|
|
|
| + // Proxies for the same API in Page.
|
| + virtual bool defersLoading() const = 0;
|
| + virtual void setDefersLoading(bool value) = 0;
|
| +
|
| protected:
|
| ~WebView() {}
|
| };
|
|
|