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

Unified Diff: media/base/filters.cc

Issue 9325044: Remove AudioDecoder from the Filter heirarchy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Moved audio_decoder_ out of Pipeline; AudioRendererBase is in charge of it now. Created 8 years, 11 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: media/base/filters.cc
diff --git a/media/base/filters.cc b/media/base/filters.cc
index df7cfdf8a604a4684cbf65d1d8645f74aa17633e..620b5e58140a35f310900909a8aa0ee021f85d2b 100644
--- a/media/base/filters.cc
+++ b/media/base/filters.cc
@@ -81,8 +81,4 @@ bool VideoDecoder::HasAlpha() const {
void VideoDecoder::PrepareForShutdownHack() {}
-AudioDecoder::AudioDecoder() {}
-
-AudioDecoder::~AudioDecoder() {}
-
} // namespace media

Powered by Google App Engine
This is Rietveld 408576698