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

Unified Diff: Source/modules/webaudio/AudioSourceNode.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/AudioSourceNode.h
diff --git a/Source/modules/webaudio/AudioSourceNode.h b/Source/modules/webaudio/AudioSourceNode.h
index f6b6e44c7215cec0b14d1282c6b628cac93fa7b2..e0c9f39ded568460ea9a3b239a32bc9153f63e38 100644
--- a/Source/modules/webaudio/AudioSourceNode.h
+++ b/Source/modules/webaudio/AudioSourceNode.h
@@ -33,10 +33,12 @@
namespace blink {
+class AbstractAudioContext;
+
class AudioSourceNode : public AudioNode {
DEFINE_WRAPPERTYPEINFO();
public:
- AudioSourceNode(AudioContext& context)
+ AudioSourceNode(AbstractAudioContext& context)
: AudioNode(context) { }
};
« no previous file with comments | « Source/modules/webaudio/AudioScheduledSourceNode.cpp ('k') | Source/modules/webaudio/AudioSummingJunction.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698