| Index: sky/engine/public/web/WebFrameClient.h
|
| diff --git a/sky/engine/public/web/WebFrameClient.h b/sky/engine/public/web/WebFrameClient.h
|
| index 5b5ede4b7cf06fd04c986e361c4077a55b7ac02f..3409dd25e59fc3ba7c771e7c7f56bff479096787 100644
|
| --- a/sky/engine/public/web/WebFrameClient.h
|
| +++ b/sky/engine/public/web/WebFrameClient.h
|
| @@ -70,6 +70,8 @@ public:
|
| // frameDetached().
|
| virtual WebFrame* createChildFrame(WebLocalFrame* parent, const WebString& frameName) { return 0; }
|
|
|
| + virtual void createChildView(const WebURL& url) { }
|
| +
|
| // This frame has been detached from the view, but has not been closed yet.
|
| virtual void frameDetached(WebFrame*) { }
|
|
|
|
|