| Index: media/blink/websourcebuffer_impl.h
|
| diff --git a/media/blink/websourcebuffer_impl.h b/media/blink/websourcebuffer_impl.h
|
| index 9111fd27513c81624f43b1ecba2cca40b1059930..1dc54e6f2a1497124d1395424d09ac2051065a77 100644
|
| --- a/media/blink/websourcebuffer_impl.h
|
| +++ b/media/blink/websourcebuffer_impl.h
|
| @@ -16,6 +16,7 @@
|
|
|
| namespace media {
|
| class ChunkDemuxer;
|
| +class MediaTracks;
|
|
|
| class WebSourceBufferImpl : public blink::WebSourceBuffer {
|
| public:
|
| @@ -42,7 +43,7 @@ class WebSourceBufferImpl : public blink::WebSourceBuffer {
|
| private:
|
| // Demuxer callback handler to process an initialization segment received
|
| // during an append() call.
|
| - void InitSegmentReceived();
|
| + void InitSegmentReceived(const MediaTracks& tracks);
|
|
|
| std::string id_;
|
| ChunkDemuxer* demuxer_; // Owned by WebMediaPlayerImpl.
|
|
|