| Index: media/filters/chunk_demuxer.h
|
| diff --git a/media/filters/chunk_demuxer.h b/media/filters/chunk_demuxer.h
|
| index c0889f661cdabe89fead53f590ee7e8ce32ea9dc..3a8abc4495687d1e5b30cfce25b56b7ae2031823 100644
|
| --- a/media/filters/chunk_demuxer.h
|
| +++ b/media/filters/chunk_demuxer.h
|
| @@ -220,7 +220,9 @@ class MEDIA_EXPORT ChunkDemuxer : public Demuxer {
|
|
|
| // Aborts parsing the current segment and reset the parser to a state where
|
| // it can accept a new segment.
|
| - void Abort(const std::string& id);
|
| + // Some pending frames can be emitted during that process. These frames are
|
| + // applied |timestamp_offset|.
|
| + void Abort(const std::string& id, base::TimeDelta timestamp_offset);
|
|
|
| // Remove buffers between |start| and |end| for the source buffer
|
| // associated with |id|.
|
|
|