Chromium Code Reviews| Index: Source/modules/webaudio/AudioDestinationNode.h |
| diff --git a/Source/modules/webaudio/AudioDestinationNode.h b/Source/modules/webaudio/AudioDestinationNode.h |
| index cb6e820fa46ce4f3485c10a73aa9e22380a60b92..fb5fd0bd813a387d1d09d9e8f70c141d5b7ea210 100644 |
| --- a/Source/modules/webaudio/AudioDestinationNode.h |
| +++ b/Source/modules/webaudio/AudioDestinationNode.h |
| @@ -56,6 +56,7 @@ public: |
| virtual unsigned long maxChannelCount() const { return 0; } |
| virtual void startRendering() = 0; |
| + virtual void stop() = 0; |
|
haraken
2014/10/15 15:36:26
stop => stopRendering (for consistency with startR
Raymond Toy
2014/10/15 19:50:50
Done.
|
| protected: |
| // LocalAudioInputProvider allows us to expose an AudioSourceProvider for local/live audio input. |