| Index: third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
|
| diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
|
| index 81ef2ad0d1a56ab62b16cb9e99dc1edbdc612293..a0200736a8c23f94a057ec361195655e56116ef1 100644
|
| --- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
|
| +++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h
|
| @@ -100,8 +100,8 @@ public:
|
| AudioTrackList& audioTracks();
|
| VideoTrackList& videoTracks();
|
|
|
| - void abortIfUpdating();
|
| void removedFromMediaSource();
|
| + double highestPresentationTimestamp();
|
|
|
| // ActiveScriptWrappable
|
| bool hasPendingActivity() const final;
|
| @@ -151,6 +151,9 @@ private:
|
| void appendStreamDone(AppendStreamDoneAction);
|
| void clearAppendStreamState();
|
|
|
| + void cancelRemove();
|
| + void abortIfUpdating();
|
| +
|
| void removeMediaTracks();
|
|
|
| const TrackDefault* getTrackDefault(const AtomicString& trackType, const AtomicString& byteStreamTrackID) const;
|
|
|