Index: Source/WebCore/Modules/webaudio/ChannelMergerNode.h |
=================================================================== |
--- Source/WebCore/Modules/webaudio/ChannelMergerNode.h (revision 146256) |
+++ Source/WebCore/Modules/webaudio/ChannelMergerNode.h (working copy) |
@@ -48,6 +48,8 @@ |
virtual void checkNumberOfChannelsForInput(AudioNodeInput*); |
private: |
+ unsigned m_desiredNumberOfOutputChannels; |
+ |
virtual double tailTime() const OVERRIDE { return 0; } |
virtual double latencyTime() const OVERRIDE { return 0; } |