diff options
author | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 20:24:58 +0000 |
---|---|---|
committer | acolwell@chromium.org <acolwell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-15 20:24:58 +0000 |
commit | c2a45e243be60e579477651cf8f69649b9bd9827 (patch) | |
tree | 09044ef8952fa55d771227e45050e6681011a3ef /webkit/media/webmediaplayer_impl.h | |
parent | 1afaecc5ac52da8d37a7d3cf18159b0b7bbdbba1 (diff) | |
download | chromium_src-c2a45e243be60e579477651cf8f69649b9bd9827.zip chromium_src-c2a45e243be60e579477651cf8f69649b9bd9827.tar.gz chromium_src-c2a45e243be60e579477651cf8f69649b9bd9827.tar.bz2 |
Move duration change logic from WebMediaPlayerImpl to ChunkDemuxer.
BUG=176085
TEST=All existing tests still pass.
Review URL: https://chromiumcodereview.appspot.com/12252017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182810 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/media/webmediaplayer_impl.h')
-rw-r--r-- | webkit/media/webmediaplayer_impl.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/webkit/media/webmediaplayer_impl.h b/webkit/media/webmediaplayer_impl.h index 81566fd..9518f24 100644 --- a/webkit/media/webmediaplayer_impl.h +++ b/webkit/media/webmediaplayer_impl.h @@ -311,13 +311,6 @@ class WebMediaPlayerImpl float playback_rate_; base::TimeDelta paused_time_; - // The duration passed to the last sourceSetDuration(). If - // sourceSetDuration() is never called or a sourceAppend() call or - // a sourceEndOfStream() call changes the pipeline duration, then this - // variable is set to < 0 to indicate that the pipeline duration represents - // the actual duration instead of a user specified value. - double user_specified_duration_; - // Seek gets pending if another seek is in progress. Only last pending seek // will have effect. bool pending_seek_; |