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

Unified Diff: media/base/pipeline.h

Issue 375003002: Remove duration from media::Clock. (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
Index: media/base/pipeline.h
diff --git a/media/base/pipeline.h b/media/base/pipeline.h
index f042548af8375880424e7a7f4941203b9f30cba2..08ddfd15c651ff298ee95f91dcca1c969a492b54 100644
--- a/media/base/pipeline.h
+++ b/media/base/pipeline.h
@@ -354,6 +354,9 @@ class MEDIA_EXPORT Pipeline : public DemuxerHost {
// the filters.
float playback_rate_;
+ // Current duration as reported by |demuxer_|.
+ base::TimeDelta duration_;
+
// base::TickClock used by |clock_|.
base::DefaultTickClock default_tick_clock_;

Powered by Google App Engine
This is Rietveld 408576698