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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp

Issue 2505543002: Move FrameView timers to WebFrameScheduler. (Closed)
Patch Set: Created 4 years, 1 month 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/core/layout/LayoutTestHelper.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp b/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
index 34e47aea643e0e5d4f5ef7ce6cb1b8cc3dd674b6..b6ad8f793a2853e63592a6e587b25f8c1df18946 100644
--- a/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutTestHelper.cpp
@@ -61,7 +61,7 @@ Document& RenderingTest::setupChildIframe(const AtomicString& iframeElementId,
FrameLoaderClientWithParent::create(document().frame());
m_subframe = LocalFrame::create(m_childFrameLoaderClient.get(),
document().frame()->host(), &iframe);
- m_subframe->setView(FrameView::create(m_subframe.get(), IntSize(500, 500)));
+ m_subframe->setView(FrameView::create(*m_subframe, IntSize(500, 500)));
m_subframe->init();
m_subframe->view()->setParentVisible(true);
m_subframe->view()->setSelfVisible(true);
« no previous file with comments | « third_party/WebKit/Source/core/frame/LocalFrame.cpp ('k') | third_party/WebKit/Source/core/loader/FrameFetchContextTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698