| Index: media/base/stream_parser.h
|
| diff --git a/media/base/stream_parser.h b/media/base/stream_parser.h
|
| index 3ad3cd77839e62c21c7d8436abf325d21132f834..64a8c4978128b609be36cdfaf4de984007a72b1b 100644
|
| --- a/media/base/stream_parser.h
|
| +++ b/media/base/stream_parser.h
|
| @@ -74,7 +74,8 @@ class MEDIA_EXPORT StreamParser {
|
| const NewBuffersCB& audio_cb,
|
| const NewBuffersCB& video_cb,
|
| const NeedKeyCB& need_key_cb,
|
| - const NewMediaSegmentCB& new_segment_cb) = 0;
|
| + const NewMediaSegmentCB& new_segment_cb,
|
| + const base::Closure& end_of_segment_cb) = 0;
|
|
|
| // Called when a seek occurs. This flushes the current parser state
|
| // and puts the parser in a state where it can receive data for the new seek
|
|
|