| Index: webkit/media/android/media_source_delegate.h
|
| diff --git a/webkit/media/android/media_source_delegate.h b/webkit/media/android/media_source_delegate.h
|
| index b0639250f59cb3923390f6d6c908e8857ee681f1..f2cf340ec99c37b9685790ff37884dedaa9a48b7 100644
|
| --- a/webkit/media/android/media_source_delegate.h
|
| +++ b/webkit/media/android/media_source_delegate.h
|
| @@ -14,6 +14,7 @@
|
| #include "media/base/demuxer.h"
|
| #include "media/base/pipeline_status.h"
|
| #include "media/base/ranges.h"
|
| +#include "media/base/text_track.h"
|
| #include "third_party/WebKit/Source/WebKit/chromium/public/WebMediaPlayer.h"
|
|
|
| namespace media {
|
| @@ -105,6 +106,9 @@ class MediaSourceDelegate : public media::DemuxerHost {
|
| scoped_ptr<uint8[]> init_data,
|
| int init_data_size);
|
| void OnDecryptorReady(media::Decryptor*);
|
| + scoped_ptr<media::TextTrack> OnAddTextTrack(media::TextKind kind,
|
| + const std::string& label,
|
| + const std::string& language);
|
|
|
| // Reads an access unit from the demuxer stream |stream| and stores it in
|
| // the |index|th access unit in |params|.
|
|
|