| Index: sky/engine/public/web/WebView.h
|
| diff --git a/sky/engine/public/web/WebView.h b/sky/engine/public/web/WebView.h
|
| index 19dcc8dbe520324e885949c5cb0869949b1e800b..842015fa8e8b673a9743fdda709527438fce8d12 100644
|
| --- a/sky/engine/public/web/WebView.h
|
| +++ b/sky/engine/public/web/WebView.h
|
| @@ -37,6 +37,8 @@
|
| #include "sky/engine/public/web/WebPageVisibilityState.h"
|
| #include "sky/engine/public/web/WebWidget.h"
|
|
|
| +class GURL;
|
| +
|
| namespace blink {
|
|
|
| class WebFrame;
|
| @@ -48,6 +50,9 @@ struct WebPoint;
|
|
|
| class WebView : public WebWidget {
|
| public:
|
| + // I've added this here so that it dies when WebView does. :)
|
| + static bool shouldUseWebView(const GURL& url);
|
| +
|
| // Initialization ------------------------------------------------------
|
|
|
| // Creates a WebView that is NOT yet initialized. You will need to
|
|
|