| Index: media/filters/source_buffer_state.h
|
| diff --git a/media/filters/source_buffer_state.h b/media/filters/source_buffer_state.h
|
| index 81d50596e4418583f314d020c465e948ccf211de..7d7bfa2f1478bf3761aa18dbd2e99ebe41308c82 100644
|
| --- a/media/filters/source_buffer_state.h
|
| +++ b/media/filters/source_buffer_state.h
|
| @@ -74,7 +74,7 @@ class MEDIA_EXPORT SourceBufferState {
|
| // the "Coded Frame Eviction Algorithm" in the Media Source Extensions Spec.
|
| // Returns false iff buffer is still full after running eviction.
|
| // https://w3c.github.io/media-source/#sourcebuffer-coded-frame-eviction
|
| - bool EvictCodedFrames(DecodeTimestamp media_time, size_t newDataSize);
|
| + bool EvictCodedFrames(base::TimeDelta media_time, size_t newDataSize);
|
|
|
| // Gets invoked when the system is experiencing memory pressure, i.e. there's
|
| // not enough free memory. The |media_time| is the media playback position at
|
|
|