| Index: media/formats/mp4/track_run_iterator.h
|
| diff --git a/media/formats/mp4/track_run_iterator.h b/media/formats/mp4/track_run_iterator.h
|
| index 7d49e483cac7247134b1148b2a777834343df070..fa82cc1e6372c8ea9d014ea3bdecfc272c5f5e60 100644
|
| --- a/media/formats/mp4/track_run_iterator.h
|
| +++ b/media/formats/mp4/track_run_iterator.h
|
| @@ -80,7 +80,6 @@ class MEDIA_EXPORT TrackRunIterator {
|
| base::TimeDelta cts() const;
|
| base::TimeDelta duration() const;
|
| bool is_keyframe() const;
|
| - bool is_random_access_point() const;
|
|
|
| // Only call when is_encrypted() is true and AuxInfoNeedsToBeCached() is
|
| // false. Result is owned by caller.
|
|
|