| Index: Source/modules/webaudio/AudioNode.h
|
| diff --git a/Source/modules/webaudio/AudioNode.h b/Source/modules/webaudio/AudioNode.h
|
| index 8b914cb2a1429c98ef2457a24d5229fa166cb47a..b6257df43f3febe52512209c7bb6d2324b978761 100644
|
| --- a/Source/modules/webaudio/AudioNode.h
|
| +++ b/Source/modules/webaudio/AudioNode.h
|
| @@ -208,7 +208,7 @@ public:
|
| protected:
|
| // Inputs and outputs must be created before the AudioNode is initialized.
|
| void addInput();
|
| - void addOutput(AudioNodeOutput*);
|
| + void addOutput(unsigned numberOfChannels);
|
|
|
| // Called by processIfNecessary() to cause all parts of the rendering graph connected to us to process.
|
| // Each rendering quantum, the audio data for each of the AudioNode's inputs will be available after this method is called.
|
|
|