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

Unified Diff: media/base/video_renderer.h

Issue 10830342: Address post commit nits for r151132 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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_base_unittest.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 0ac60e8189453613a4546c9dbe361bb42d9bac06..57e22bc272d207e0c98ee9da3139f06e1d8f825a 100644
--- a/media/base/video_renderer.h
+++ b/media/base/video_renderer.h
@@ -37,8 +37,8 @@ class MEDIA_EXPORT VideoRenderer
// Used to query the current time or duration of the media.
typedef base::Callback<base::TimeDelta()> TimeDeltaCB;
- // Initialize a VideoRenderer with the given VideoDecoder, executing
- // |init_cb| callback upon completion.
+ // Initialize a VideoRenderer with the given DemuxerStream and
+ // VideoDecoderList, executing |init_cb| callback upon completion.
//
// |statistics_cb| is executed periodically with video rendering stats, such
// as dropped frames.
« no previous file with comments | « no previous file | media/filters/video_renderer_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698