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

Unified Diff: content/renderer/media/audio_renderer_impl.cc

Issue 9718013: Merge FilterStatusCB into PipelineStatusCB. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 9 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 | « content/renderer/media/audio_renderer_impl.h ('k') | content/renderer/media/capture_video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/media/audio_renderer_impl.cc
diff --git a/content/renderer/media/audio_renderer_impl.cc b/content/renderer/media/audio_renderer_impl.cc
index b835e686b95ed5e62412c124fba3d04eb8bbe08c..66219747b88ee1381c32e5f71187c043320a1dd6 100644
--- a/content/renderer/media/audio_renderer_impl.cc
+++ b/content/renderer/media/audio_renderer_impl.cc
@@ -126,7 +126,7 @@ void AudioRendererImpl::Pause(const base::Closure& callback) {
}
void AudioRendererImpl::Seek(base::TimeDelta time,
- const media::FilterStatusCB& cb) {
+ const media::PipelineStatusCB& cb) {
AudioRendererBase::Seek(time, cb);
if (stopped_)
return;
« no previous file with comments | « content/renderer/media/audio_renderer_impl.h ('k') | content/renderer/media/capture_video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698