| Index: third_party/WebKit/public/platform/WebSourceBufferClient.h
|
| diff --git a/third_party/WebKit/public/platform/WebSourceBufferClient.h b/third_party/WebKit/public/platform/WebSourceBufferClient.h
|
| index 2b5066971832808aaa18fd28e05869053f472d1e..63b4adf9a31d7e10494f5fa984c8c3305c7a08f8 100644
|
| --- a/third_party/WebKit/public/platform/WebSourceBufferClient.h
|
| +++ b/third_party/WebKit/public/platform/WebSourceBufferClient.h
|
| @@ -15,10 +15,10 @@ class WebSourceBufferClient {
|
| public:
|
| virtual ~WebSourceBufferClient() { }
|
|
|
| - // Complete media track info: track type, bytestream id, kind, label, language.
|
| + // Complete media track info: track type, unique track id, kind, label, language.
|
| struct MediaTrackInfo {
|
| WebMediaPlayer::TrackType trackType;
|
| - WebString byteStreamTrackId;
|
| + WebMediaPlayer::TrackId id;
|
| WebString kind;
|
| WebString label;
|
| WebString language;
|
|
|