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

Unified Diff: media/base/video_renderer.h

Issue 414583002: VideoRenderer: Fires all pending callbacks in dtor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/filters/video_renderer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/video_renderer.h
diff --git a/media/base/video_renderer.h b/media/base/video_renderer.h
index ff675b9645dc84103824962b4633cddd269f11f8..591e5e050a1e64be2e7acda78ab6a6c9c445835f 100644
--- a/media/base/video_renderer.h
+++ b/media/base/video_renderer.h
@@ -28,9 +28,7 @@ class MEDIA_EXPORT VideoRenderer {
VideoRenderer();
- // Stops all operations and drops all pending callbacks.
- // TODO(xhwang): Fires all pending callbacks to be consistent with the rest of
- // media pipeline.
+ // Stops all operations and fires all pending callbacks.
virtual ~VideoRenderer();
// Initializes a VideoRenderer with |stream|, executing |init_cb| upon
« no previous file with comments | « no previous file | media/filters/video_renderer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698