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

Unified Diff: third_party/WebKit/Source/core/frame/FrameHost.cpp

Issue 2734073002: Make BrowserControls take and store a Page instead of a FrameHost (Closed)
Patch Set: Rebased to off origin/master 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 | « third_party/WebKit/Source/core/frame/BrowserControls.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/frame/FrameHost.cpp
diff --git a/third_party/WebKit/Source/core/frame/FrameHost.cpp b/third_party/WebKit/Source/core/frame/FrameHost.cpp
index c8393af9e00a5cc04cbeac6c1484c57163844ace..65a1dddb2fb4dcdac940bbd774688b7693cca8bd 100644
--- a/third_party/WebKit/Source/core/frame/FrameHost.cpp
+++ b/third_party/WebKit/Source/core/frame/FrameHost.cpp
@@ -49,7 +49,7 @@ FrameHost* FrameHost::create(Page& page) {
FrameHost::FrameHost(Page& page)
: m_page(&page),
- m_browserControls(BrowserControls::create(*this)),
+ m_browserControls(BrowserControls::create(page)),
m_visualViewport(VisualViewport::create(*this)),
m_overscrollController(
OverscrollController::create(*m_visualViewport,
« no previous file with comments | « third_party/WebKit/Source/core/frame/BrowserControls.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698