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

Unified Diff: media/base/composite_filter.cc

Issue 10753021: Move AudioRenderer out of Filter heirarchy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: error_cb 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
« no previous file with comments | « media/base/callback_util.cc ('k') | media/base/filter_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/composite_filter.cc
diff --git a/media/base/composite_filter.cc b/media/base/composite_filter.cc
index c3e15c84c8bcf7a0654aefe71b68d930465ecb98..21bad5cb1f1976f00b74184945d20ef945f83956 100644
--- a/media/base/composite_filter.cc
+++ b/media/base/composite_filter.cc
@@ -25,7 +25,6 @@ class CompositeFilter::FilterHostImpl : public FilterHost {
virtual base::TimeDelta GetDuration() const OVERRIDE;
virtual void SetNaturalVideoSize(const gfx::Size& size) OVERRIDE;
virtual void NotifyEnded() OVERRIDE;
- virtual void DisableAudioRenderer() OVERRIDE;
private:
CompositeFilter* parent_;
@@ -469,8 +468,4 @@ void CompositeFilter::FilterHostImpl::NotifyEnded() {
host_->NotifyEnded();
}
-void CompositeFilter::FilterHostImpl::DisableAudioRenderer() {
- host_->DisableAudioRenderer();
-}
-
} // namespace media
« no previous file with comments | « media/base/callback_util.cc ('k') | media/base/filter_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698