Index: third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
diff --git a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
index f488e479c543fca8acdd53b6a487b053d26f618c..45858b2be4b76c686843ae4e8b7586f7367c4b57 100644 |
--- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
+++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h |
@@ -167,7 +167,7 @@ public: |
bool selectionStartHasSpellingMarkerFor(int from, int length) const override; |
WebString layerTreeAsText(bool showDebugInfo = false) const override; |
- WebLocalFrame* createLocalChild(WebTreeScopeType, const WebString& name, WebSandboxFlags, WebFrameClient*, WebFrame* previousSibling) override; |
+ WebLocalFrame* createLocalChild(WebTreeScopeType, const WebString& name, WebSandboxFlags, WebFrameClient*, WebFrame* previousSibling, const WebFrameOwnerProperties&) override; |
WebRemoteFrame* createRemoteChild(WebTreeScopeType, const WebString& name, WebSandboxFlags, WebRemoteFrameClient*) override; |
void initializeCoreFrame(FrameHost*, FrameOwner*, const AtomicString& name); |