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

Unified Diff: media/base/clock.h

Issue 10796074: Move VideoRenderer out of Filter heirarchy. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src
Patch Set: GetMediaTime Created 8 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 | « media/base/audio_renderer.cc ('k') | media/base/composite_filter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/clock.h
diff --git a/media/base/clock.h b/media/base/clock.h
index c020de891dd831facd49a4d5be2053b9a00fc86b..5b2a90c28e8f6b9aa069564bdee661664b16dbf4 100644
--- a/media/base/clock.h
+++ b/media/base/clock.h
@@ -116,7 +116,7 @@ class MEDIA_EXPORT Clock {
// Current playback rate.
float playback_rate_;
- // The maximum time that can be returned by calls to GetCurrentTime.
+ // The maximum time that can be returned by calls to Elapsed().
base::TimeDelta max_time_;
// Duration of the media.
« no previous file with comments | « media/base/audio_renderer.cc ('k') | media/base/composite_filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698