Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: third_party/WebKit/Source/web/WebRemoteFrameImpl.h

Issue 2764773003: Change WebFrameImplBase::initializeCoreFrame to take a Page& (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(); }
« no previous file with comments | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | third_party/WebKit/Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698