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

Unified Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 2763513002: Change LocalFrame to take a Page instead of a FrameHost (Closed)
Patch Set: 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/LocalFrame.h
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.h b/third_party/WebKit/Source/core/frame/LocalFrame.h
index 15084c27a2ee1bd85ba5f0c9407d9ffc45c239de..6ac90b7c3cba39654200de3944352c268f8fa1b4 100644
--- a/third_party/WebKit/Source/core/frame/LocalFrame.h
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.h
@@ -90,7 +90,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
public:
static LocalFrame* create(LocalFrameClient*,
- FrameHost*,
+ Page*,
FrameOwner*,
InterfaceProvider* = nullptr,
InterfaceRegistry* = nullptr);
@@ -231,7 +231,7 @@ class CORE_EXPORT LocalFrame final : public Frame,
friend class FrameNavigationDisabler;
LocalFrame(LocalFrameClient*,
- FrameHost*,
+ Page*,
FrameOwner*,
InterfaceProvider*,
InterfaceRegistry*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/LocalFrame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698