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

Unified Diff: Source/modules/webaudio/ConvolverNodeTest.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/ConvolverNode.cpp ('k') | Source/modules/webaudio/DefaultAudioDestinationNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/ConvolverNodeTest.cpp
diff --git a/Source/modules/webaudio/ConvolverNodeTest.cpp b/Source/modules/webaudio/ConvolverNodeTest.cpp
index 8cf1c8e9bd4a05b6b4a9cecf6d765ade5b14f488..a45a7b222017c7e1d0ae5f72193d42d17857a440 100644
--- a/Source/modules/webaudio/ConvolverNodeTest.cpp
+++ b/Source/modules/webaudio/ConvolverNodeTest.cpp
@@ -20,7 +20,7 @@ TEST(ConvolverNodeTest, ReverbLifetime)
EXPECT_FALSE(handler.m_reverb);
node->setBuffer(AudioBuffer::create(2, 1, 48000), ASSERT_NO_EXCEPTION);
EXPECT_TRUE(handler.m_reverb);
- AudioContext::AutoLocker locker(context);
+ AbstractAudioContext::AutoLocker locker(context);
handler.dispose();
// m_reverb should live after dispose() because an audio thread is using it.
EXPECT_TRUE(handler.m_reverb);
« no previous file with comments | « Source/modules/webaudio/ConvolverNode.cpp ('k') | Source/modules/webaudio/DefaultAudioDestinationNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698