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

Unified Diff: Source/modules/webaudio/DeferredTaskHandler.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/DeferredTaskHandler.h ('k') | Source/modules/webaudio/DelayNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/DeferredTaskHandler.cpp
diff --git a/Source/modules/webaudio/DeferredTaskHandler.cpp b/Source/modules/webaudio/DeferredTaskHandler.cpp
index c2605c157caa2787a5da09895322d8aa52a7ff66..c4fe0a85b8106a51860d429c5456ffca718d7de2 100644
--- a/Source/modules/webaudio/DeferredTaskHandler.cpp
+++ b/Source/modules/webaudio/DeferredTaskHandler.cpp
@@ -26,7 +26,6 @@
#if ENABLE(WEB_AUDIO)
#include "modules/webaudio/DeferredTaskHandler.h"
-#include "modules/webaudio/AudioContext.h"
#include "modules/webaudio/AudioNode.h"
#include "modules/webaudio/AudioNodeOutput.h"
#include "platform/ThreadSafeFunctional.h"
@@ -232,7 +231,7 @@ void DeferredTaskHandler::contextWillBeDestroyed()
// Some handlers might live because of their cross thread tasks.
}
-DeferredTaskHandler::AutoLocker::AutoLocker(AudioContext* context)
+DeferredTaskHandler::AutoLocker::AutoLocker(AbstractAudioContext* context)
: m_handler(context->deferredTaskHandler())
{
m_handler.lock();
« no previous file with comments | « Source/modules/webaudio/DeferredTaskHandler.h ('k') | Source/modules/webaudio/DelayNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698