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

Unified Diff: media/base/pipeline_impl.h

Issue 5624002: Move more code from headers to implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 10 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
Index: media/base/pipeline_impl.h
diff --git a/media/base/pipeline_impl.h b/media/base/pipeline_impl.h
index 32c1052d2f3e3253387fa21b3c987c4ee5bb89aa..aa99f73e1331ed22b77851351c87178c3156d188 100644
--- a/media/base/pipeline_impl.h
+++ b/media/base/pipeline_impl.h
@@ -404,14 +404,7 @@ class PipelineImpl : public Pipeline, public FilterHost {
// Helper class that stores filter references during pipeline
// initialization.
- class PipelineInitState {
- public:
- scoped_refptr<DataSource> data_source_;
- scoped_refptr<Demuxer> demuxer_;
- scoped_refptr<AudioDecoder> audio_decoder_;
- scoped_refptr<VideoDecoder> video_decoder_;
- };
-
+ class PipelineInitState;
scoped_ptr<PipelineInitState> pipeline_init_state_;
FRIEND_TEST_ALL_PREFIXES(PipelineImplTest, GetBufferedTime);

Powered by Google App Engine
This is Rietveld 408576698