Index: content/renderer/media/webmediaplayer_impl.cc |
diff --git a/content/renderer/media/webmediaplayer_impl.cc b/content/renderer/media/webmediaplayer_impl.cc |
index f6c347c069f7c93a536a45b0ec1a91020a747b0c..61a7ea8876e2fe3a0ae39e125ac2bd8796cceaa9 100644 |
--- a/content/renderer/media/webmediaplayer_impl.cc |
+++ b/content/renderer/media/webmediaplayer_impl.cc |
@@ -1215,10 +1215,7 @@ void WebMediaPlayerImpl::Destroy() { |
chunk_demuxer_ = NULL; |
} |
- if (gpu_factories_.get()) { |
- gpu_factories_->Abort(); |
- gpu_factories_ = NULL; |
- } |
+ gpu_factories_ = NULL; |
// Make sure to kill the pipeline so there's no more media threads running. |
// Note: stopping the pipeline might block for a long time. |