Chromium Code Reviews| Index: media/blink/webmediaplayer_impl.h |
| diff --git a/media/blink/webmediaplayer_impl.h b/media/blink/webmediaplayer_impl.h |
| index 427357b1f615fb8388c87522829dfb97085f8b09..6ad0027716e535f2f4b034f2777214d94f523ad8 100644 |
| --- a/media/blink/webmediaplayer_impl.h |
| +++ b/media/blink/webmediaplayer_impl.h |
| @@ -286,7 +286,8 @@ class MEDIA_EXPORT WebMediaPlayerImpl |
| // Seek gets pending if another seek is in progress. Only last pending seek |
| // will have effect. |
| bool pending_seek_; |
| - double pending_seek_seconds_; |
| + base::TimeDelta pending_seek_time_; |
| + base::TimeDelta seek_time_; |
|
xhwang
2015/06/09 21:33:57
Move |seek_time_| to after |seeking_|?
wolenetz
2015/06/09 22:09:58
Done, with comments added, and |playback_rate_| mo
|
| // Tracks whether to issue time changed notifications during buffering state |
| // changes. |