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

Unified Diff: media/base/mock_filters.cc

Issue 10753021: Move AudioRenderer out of Filter heirarchy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: docs 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
Index: media/base/mock_filters.cc
diff --git a/media/base/mock_filters.cc b/media/base/mock_filters.cc
index cd6e71c7dea550dbfbee92967b7af16c087dfb20..884a67fa7105cf2644c1ab5a4eb463442287b24d 100644
--- a/media/base/mock_filters.cc
+++ b/media/base/mock_filters.cc
@@ -61,6 +61,10 @@ void MockDecryptorClient::NeedKey(const std::string& key_system,
NeedKeyMock(key_system, session_id, init_data.get(), init_data_length);
}
+MockAudioRendererHost::MockAudioRendererHost() {}
+
+MockAudioRendererHost::~MockAudioRendererHost() {}
+
MockFilterCollection::MockFilterCollection()
: demuxer_(new MockDemuxer()),
video_decoder_(new MockVideoDecoder()),

Powered by Google App Engine
This is Rietveld 408576698