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

Unified Diff: media/base/pipeline_unittest.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/pipeline_unittest.cc
diff --git a/media/base/pipeline_unittest.cc b/media/base/pipeline_unittest.cc
index 6261345c043c5c85f793179ec5af697a66a4042c..1210af959b1ba896e62f0dcf650f5f3dc7e6939e 100644
--- a/media/base/pipeline_unittest.cc
+++ b/media/base/pipeline_unittest.cc
@@ -47,8 +47,8 @@ ACTION_P(SetDemuxerProperties, duration) {
}
ACTION_P(DisableAudioRenderer, pipeline) {
- FilterHost* host = pipeline;
- host->DisableAudioRenderer();
+ AudioRendererHost* host = pipeline;
+ host->AudioRendererDisabled();
}
// Used for setting expectations on pipeline callbacks. Using a StrictMock

Powered by Google App Engine
This is Rietveld 408576698