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

Unified Diff: Source/modules/webaudio/BiquadFilterNode.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/BiquadFilterNode.h ('k') | Source/modules/webaudio/ChannelMergerNode.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/webaudio/BiquadFilterNode.cpp
diff --git a/Source/modules/webaudio/BiquadFilterNode.cpp b/Source/modules/webaudio/BiquadFilterNode.cpp
index 0df59653f231858489551228e8040bb4bffe3950..cd7ca037349d799415df75e3901424b48df40e57 100644
--- a/Source/modules/webaudio/BiquadFilterNode.cpp
+++ b/Source/modules/webaudio/BiquadFilterNode.cpp
@@ -30,7 +30,7 @@
namespace blink {
-BiquadFilterNode::BiquadFilterNode(AudioContext& context, float sampleRate)
+BiquadFilterNode::BiquadFilterNode(AbstractAudioContext& context, float sampleRate)
: AudioNode(context)
, m_frequency(AudioParam::create(context, 350.0))
, m_q(AudioParam::create(context, 1))
« no previous file with comments | « Source/modules/webaudio/BiquadFilterNode.h ('k') | Source/modules/webaudio/ChannelMergerNode.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698