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

Unified Diff: media/blink/webmediaplayer_impl.h

Issue 2689863002: Change ownership of PipelineImpl (Closed)
Patch Set: Remove leftover test method Created 3 years, 10 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 | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | media/filters/pipeline_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/webmediaplayer_impl.h
diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h
index 974141cb1d9d30f3779f8b24b7384528e2624401..8ce8140619b41bc2da90edeb9c65098b1d0ed2ac 100644
--- a/media/blink/webmediaplayer_impl.h
+++ b/media/blink/webmediaplayer_impl.h
@@ -477,9 +477,7 @@ class MEDIA_BLINK_EXPORT WebMediaPlayerImpl
scoped_refptr<base::TaskRunner> worker_task_runner_;
scoped_refptr<MediaLog> media_log_;
- // |pipeline_controller_| references |pipeline_| and therefore must be
- // constructed after and destructed before |pipeline_|.
- PipelineImpl pipeline_;
+ // |pipeline_controller_| owns an instance of Pipeline.
PipelineController pipeline_controller_;
// The LoadType passed in the |load_type| parameter of the load() call.
« no previous file with comments | « no previous file | media/blink/webmediaplayer_impl.cc » ('j') | media/filters/pipeline_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698