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

Unified Diff: media/base/pipeline.cc

Issue 10918172: Remove VideoDecoder::PrepareForShutdownHack() and friends. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: blah Created 8 years, 3 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/pipeline.h ('k') | media/base/video_decoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/pipeline.cc
diff --git a/media/base/pipeline.cc b/media/base/pipeline.cc
index 6afd17fecbce44f766ff262ac63566a1339b8322..b55ea65020fc88ac4114d72d2f5ede11f3c1fefc 100644
--- a/media/base/pipeline.cc
+++ b/media/base/pipeline.cc
@@ -720,11 +720,6 @@ void Pipeline::StopTask(const base::Closure& stop_cb) {
return;
}
- // TODO(scherkus): Remove after pipeline state machine refactoring has some
- // time to bake http://crbug.com/110228
- if (video_renderer_)
- video_renderer_->PrepareForShutdownHack();
-
SetState(kStopping);
pending_callbacks_.reset();
stop_cb_ = stop_cb;
« no previous file with comments | « media/base/pipeline.h ('k') | media/base/video_decoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698