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

Unified Diff: Source/modules/webaudio/DefaultAudioDestinationNode.h

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
Index: Source/modules/webaudio/DefaultAudioDestinationNode.h
diff --git a/Source/modules/webaudio/DefaultAudioDestinationNode.h b/Source/modules/webaudio/DefaultAudioDestinationNode.h
index 50e55b6601619d46634ea5399a712592650ac822..9b6a8d29591d92ba1a25ea82b308fe4c16746d6b 100644
--- a/Source/modules/webaudio/DefaultAudioDestinationNode.h
+++ b/Source/modules/webaudio/DefaultAudioDestinationNode.h
@@ -31,7 +31,7 @@
namespace blink {
-class AudioContext;
+class AbstractAudioContext;
class ExceptionState;
class DefaultAudioDestinationHandler final : public AudioDestinationHandler {
@@ -61,10 +61,10 @@ private:
class DefaultAudioDestinationNode final : public AudioDestinationNode {
public:
- static DefaultAudioDestinationNode* create(AudioContext*);
+ static DefaultAudioDestinationNode* create(AbstractAudioContext*);
private:
- explicit DefaultAudioDestinationNode(AudioContext&);
+ explicit DefaultAudioDestinationNode(AbstractAudioContext&);
};
} // namespace blink
« no previous file with comments | « Source/modules/webaudio/ConvolverNodeTest.cpp ('k') | Source/modules/webaudio/DefaultAudioDestinationNode.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698