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 bfb665e04795faaa8465054ca50ecf69c63bc58e..8072be284249bb129daa06c9d99dc544ef4af8cd 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(); |
// FileReaderLoaderClient interface |