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..8347a0352c00aafad5aa8e991541fb28044d5c85 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, const WebRect& bounds) { } |
+ |
// This frame has been detached from the view, but has not been closed yet. |
virtual void frameDetached(WebFrame*) { } |