| Index: media/mp4/track_run_iterator.h
|
| diff --git a/media/mp4/track_run_iterator.h b/media/mp4/track_run_iterator.h
|
| index 4e9b54e33811ff7ed47ca7e0de6de90a38375487..a21c5ba0c2dd7ba263cbb4a42791e592417d4bd5 100644
|
| --- a/media/mp4/track_run_iterator.h
|
| +++ b/media/mp4/track_run_iterator.h
|
| @@ -61,9 +61,6 @@ class MEDIA_EXPORT TrackRunIterator {
|
| // in bytes past the the head of the MOOF box).
|
| int64 GetMaxClearOffset();
|
|
|
| - // Returns the minimum timestamp (or kInfiniteDuration if no runs present).
|
| - TimeDelta GetMinDecodeTimestamp();
|
| -
|
| // Property of the current run. Only valid if IsRunValid().
|
| uint32 track_id() const;
|
| int64 aux_info_offset() const;
|
|
|