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

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

Issue 625363004: Implement suspend/resume for AudioContext (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix typo caught by bots but not locally 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/DefaultAudioDestinationNode.h
diff --git a/Source/modules/webaudio/DefaultAudioDestinationNode.h b/Source/modules/webaudio/DefaultAudioDestinationNode.h
index f9fe2b185e50948e157bbd010b10e522b162fb93..2f018082ece9ff3ab3db60c63b02db19ab900409 100644
--- a/Source/modules/webaudio/DefaultAudioDestinationNode.h
+++ b/Source/modules/webaudio/DefaultAudioDestinationNode.h
@@ -51,6 +51,7 @@ public:
// AudioDestinationNode
virtual void startRendering() override;
+ virtual void stop() override;
virtual unsigned long maxChannelCount() const override;
private:

Powered by Google App Engine
This is Rietveld 408576698