| Index: third_party/WebKit/Source/core/html/HTMLMediaSource.h
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLMediaSource.h b/third_party/WebKit/Source/core/html/HTMLMediaSource.h
|
| index bdee97397ee98e5de189b985164babd50c206a5b..b5d3ce190a261acfc8443d917bd95a85f9789af7 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLMediaSource.h
|
| +++ b/third_party/WebKit/Source/core/html/HTMLMediaSource.h
|
| @@ -42,6 +42,7 @@ namespace blink {
|
| class WebMediaSource;
|
| class HTMLMediaElement;
|
| class TimeRanges;
|
| +class TrackBase;
|
|
|
| class CORE_EXPORT HTMLMediaSource : public URLRegistrable, public GarbageCollectedMixin {
|
| public:
|
| @@ -62,6 +63,7 @@ public:
|
| virtual double duration() const = 0;
|
| virtual TimeRanges* buffered() const = 0;
|
| virtual TimeRanges* seekable() const = 0;
|
| + virtual void onTrackChanged(TrackBase*) = 0;
|
|
|
| // URLRegistrable
|
| URLRegistry& registry() const override { return *s_registry; }
|
|
|