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

Unified Diff: media/base/filter_collection.cc

Issue 14348007: Reland: Remove reference counting from media::VideoDecoder and friends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years, 8 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 | « media/base/filter_collection.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/filter_collection.cc
diff --git a/media/base/filter_collection.cc b/media/base/filter_collection.cc
index 148a192e7ce419c69dbcd4bc5fde07fe7505bab4..911edd5832cd6150b57283af53f80eeed9df8f9a 100644
--- a/media/base/filter_collection.cc
+++ b/media/base/filter_collection.cc
@@ -7,7 +7,6 @@
#include "base/logging.h"
#include "media/base/audio_renderer.h"
#include "media/base/demuxer.h"
-#include "media/base/video_decoder.h"
#include "media/base/video_renderer.h"
namespace media {
@@ -42,8 +41,4 @@ scoped_ptr<VideoRenderer> FilterCollection::GetVideoRenderer() {
return video_renderer_.Pass();
}
-FilterCollection::VideoDecoderList* FilterCollection::GetVideoDecoders() {
- return &video_decoders_;
-}
-
} // namespace media
« no previous file with comments | « media/base/filter_collection.h ('k') | media/base/mock_filters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698