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

Unified Diff: media/audio/null_audio_sink.h

Issue 10837032: Fix playback rate w/o audio. Remove unused SetPlaybackRate(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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
« no previous file with comments | « content/renderer/media/render_audiosourceprovider.cc ('k') | media/audio/null_audio_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/null_audio_sink.h
diff --git a/media/audio/null_audio_sink.h b/media/audio/null_audio_sink.h
index b17b7c7fa3f0ba89531d691001bfb6e9b64c2a3d..db32df0e1eae6d6f3cba69a2e75f33659c02917b 100644
--- a/media/audio/null_audio_sink.h
+++ b/media/audio/null_audio_sink.h
@@ -33,7 +33,6 @@ class MEDIA_EXPORT NullAudioSink
virtual void Stop() OVERRIDE;
virtual void Pause(bool flush) OVERRIDE;
virtual void Play() OVERRIDE;
- virtual void SetPlaybackRate(float rate) OVERRIDE;
virtual bool SetVolume(double volume) OVERRIDE;
// Enables audio frame hashing and reinitializes the MD5 context. Must be
@@ -58,7 +57,6 @@ class MEDIA_EXPORT NullAudioSink
AudioParameters params_;
bool initialized_;
- float playback_rate_;
bool playing_;
RenderCallback* callback_;
« no previous file with comments | « content/renderer/media/render_audiosourceprovider.cc ('k') | media/audio/null_audio_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698