| Index: media/filters/source_buffer_range.h
|
| diff --git a/media/filters/source_buffer_range.h b/media/filters/source_buffer_range.h
|
| index 0c6a8b36f343ef9da993a854d1963d0e59840343..f8c2f652271a344c56ac9381a4095a59913f2060 100644
|
| --- a/media/filters/source_buffer_range.h
|
| +++ b/media/filters/source_buffer_range.h
|
| @@ -123,6 +123,8 @@ class SourceBufferRange {
|
| DecodeTimestamp start_timestamp, DecodeTimestamp end_timestamp,
|
| int bytes_to_free, DecodeTimestamp* end_removal_timestamp);
|
|
|
| + bool FirstGOPEarlierThanMediaTime(DecodeTimestamp media_time) const;
|
| +
|
| // Indicates whether the GOP at the beginning or end of the range contains the
|
| // next buffer position.
|
| bool FirstGOPContainsNextBufferPosition() const;
|
|
|