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

Unified Diff: media/base/filters.cc

Issue 8763010: Replace AudioDecoder::ProduceAudioSamples/ConsumeAudioSamples with read callbacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac tests Created 9 years 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 | « media/base/filters.h ('k') | media/base/mock_filters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/filters.cc
diff --git a/media/base/filters.cc b/media/base/filters.cc
index c13721618ba3c18a2ce3fdd3578d3c99049caec3..71326613bb5a42b197168e3ca655afa7b351b071 100644
--- a/media/base/filters.cc
+++ b/media/base/filters.cc
@@ -79,8 +79,4 @@ AudioDecoder::AudioDecoder() {}
AudioDecoder::~AudioDecoder() {}
-void AudioDecoder::ConsumeAudioSamples(scoped_refptr<Buffer> buffer) {
- consume_audio_samples_callback_.Run(buffer);
-}
-
} // namespace media
« no previous file with comments | « media/base/filters.h ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698