Index: public/web/WebRemoteFrame.h |
diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h |
index 6c22da0a404e3fa86a4469c821c508955a47bd92..9afc010d8219875146bebc4e16edd1d2d6312e44 100644 |
--- a/public/web/WebRemoteFrame.h |
+++ b/public/web/WebRemoteFrame.h |
@@ -12,6 +12,9 @@ namespace blink { |
class WebRemoteFrame : public WebFrame { |
public: |
BLINK_EXPORT static WebRemoteFrame* create(WebFrameClient*); |
+ |
+ virtual WebLocalFrame* createLocalChild(const WebString& name, WebFrameClient*) = 0; |
+ virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebFrameClient*) = 0; |
}; |
} // namespace blink |