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

Unified Diff: Source/modules/webaudio/OfflineAudioDestinationNode.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/OfflineAudioDestinationNode.h
diff --git a/Source/modules/webaudio/OfflineAudioDestinationNode.h b/Source/modules/webaudio/OfflineAudioDestinationNode.h
index 05dba11c9f10465eee976ff3b8347efdf7f4a3e4..f7ba469af40443aaf1a5d53d915d334898b57eaf 100644
--- a/Source/modules/webaudio/OfflineAudioDestinationNode.h
+++ b/Source/modules/webaudio/OfflineAudioDestinationNode.h
@@ -52,6 +52,7 @@ public:
// AudioDestinationNode
virtual void startRendering() override;
+ virtual void stop() override { };
haraken 2014/10/15 15:36:26 Nit: ';' is not needed.
Raymond Toy 2014/10/15 19:50:50 Done.
virtual float sampleRate() const override { return m_renderTarget->sampleRate(); }

Powered by Google App Engine
This is Rietveld 408576698