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

Unified Diff: Source/modules/webaudio/AudioDestinationNode.h

Issue 625363004: Implement suspend/resume for AudioContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 2 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/AudioDestinationNode.h
diff --git a/Source/modules/webaudio/AudioDestinationNode.h b/Source/modules/webaudio/AudioDestinationNode.h
index e870deacaa9a9bbb1489662bf5c5d6b75ff572f1..7d47db346f21e248b1fd5adb6e234b5801dbbac4 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;
protected:
// LocalAudioInputProvider allows us to expose an AudioSourceProvider for local/live audio input.

Powered by Google App Engine
This is Rietveld 408576698