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

Unified Diff: Source/modules/webaudio/ScriptProcessorNodeTest.cpp

Issue 1214463003: Split "Online" and "Offline" AudioContext processing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Bring to ToT Created 5 years, 5 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 | « Source/modules/webaudio/ScriptProcessorNode.cpp ('k') | Source/modules/webaudio/StereoPannerNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/ScriptProcessorNodeTest.cpp
diff --git a/Source/modules/webaudio/ScriptProcessorNodeTest.cpp b/Source/modules/webaudio/ScriptProcessorNodeTest.cpp
index 1b2fe450959c0c26ff138a911a4e961c24668956..9bc2f8a3d1cd5e284cb66effae1406d44f0beb46 100644
--- a/Source/modules/webaudio/ScriptProcessorNodeTest.cpp
+++ b/Source/modules/webaudio/ScriptProcessorNodeTest.cpp
@@ -19,7 +19,7 @@ TEST(ScriptProcessorNodeTest, BufferLifetime)
ScriptProcessorHandler& handler = static_cast<ScriptProcessorHandler&>(node->handler());
EXPECT_EQ(2u, handler.m_inputBuffers.size());
EXPECT_EQ(2u, handler.m_outputBuffers.size());
- AudioContext::AutoLocker locker(context);
+ AbstractAudioContext::AutoLocker locker(context);
handler.dispose();
// Buffers should live after dispose() because an audio thread is using
// them.
« no previous file with comments | « Source/modules/webaudio/ScriptProcessorNode.cpp ('k') | Source/modules/webaudio/StereoPannerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698