Index: public/web/WebRemoteFrame.h |
diff --git a/public/web/WebRemoteFrame.h b/public/web/WebRemoteFrame.h |
index 3d7d346f305bec807b127478818c1d12c459527f..9fe92e44d643cb2bc4710313a2bf7b06c4b702d8 100644 |
--- a/public/web/WebRemoteFrame.h |
+++ b/public/web/WebRemoteFrame.h |
@@ -17,7 +17,9 @@ class WebRemoteFrame : public WebFrame { |
public: |
BLINK_EXPORT static WebRemoteFrame* create(WebRemoteFrameClient*); |
+ // TODO(alexmos): Remove once Chromium side is updated to take previous sibling. |
virtual WebLocalFrame* createLocalChild(const WebString& name, WebSandboxFlags, WebFrameClient*) = 0; |
+ virtual WebLocalFrame* createLocalChild(const WebString& name, WebSandboxFlags, WebFrameClient*, WebFrame*) = 0; |
virtual WebRemoteFrame* createRemoteChild(const WebString& name, WebSandboxFlags, WebRemoteFrameClient*) = 0; |