| 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 692f7fbc4784b8ec2704f2933fda4448c0545963..52cc9ce8a959c9b64c878942e17d373d931eaf7e 100644
|
| --- a/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebRemoteFrameImpl.h
|
| @@ -17,7 +17,6 @@
|
|
|
| namespace blink {
|
|
|
| -class FrameHost;
|
| class FrameOwner;
|
| class RemoteFrame;
|
| enum class WebFrameLoadType;
|
| @@ -109,7 +108,7 @@ class WEB_EXPORT WebRemoteFrameImpl final
|
| WebFrameImplBase* toImplBase() { return this; }
|
|
|
| // WebFrameImplBase methods:
|
| - void initializeCoreFrame(FrameHost*,
|
| + void initializeCoreFrame(Page&,
|
| FrameOwner*,
|
| const AtomicString& name) override;
|
| RemoteFrame* frame() const override { return m_frame.get(); }
|
|
|