summaryrefslogtreecommitdiffstats
path: root/media/base/pipeline.cc
diff options
context:
space:
mode:
Diffstat (limited to 'media/base/pipeline.cc')
-rw-r--r--media/base/pipeline.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/media/base/pipeline.cc b/media/base/pipeline.cc
index c2f1f13..31ccf58 100644
--- a/media/base/pipeline.cc
+++ b/media/base/pipeline.cc
@@ -724,11 +724,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;