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

Unified Diff: third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.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/modules/webaudio/BaseAudioContextTest.cpp
diff --git a/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp b/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
index eb46576a320bcd92d1264793ae31d7a64d6e3d2f..cf60f794230812462c0af56b947fc3e7bb982446 100644
--- a/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
+++ b/third_party/WebKit/Source/modules/webaudio/BaseAudioContextTest.cpp
@@ -98,8 +98,7 @@ class BaseAudioContextTest : public ::testing::Test {
m_childFrame = LocalFrame::create(
MockCrossOriginFrameLoaderClient::create(document().frame()),
document().frame()->host(), m_dummyFrameOwner.get());
- m_childFrame->setView(
- FrameView::create(m_childFrame.get(), IntSize(500, 500)));
+ m_childFrame->setView(FrameView::create(*m_childFrame, IntSize(500, 500)));
m_childFrame->init();
m_childDocumentLoader = DocumentLoader::create(
m_childFrame.get(), ResourceRequest("https://www.example.com"),
« no previous file with comments | « third_party/WebKit/Source/core/testing/DummyPageHolder.cpp ('k') | third_party/WebKit/Source/web/InspectorOverlay.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698