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 c07de5489701cca2eef69a891f1077ccabe9c2f5..0bd141ff798893d19a1267818b1574989ace3a09 100644 |
--- a/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBuffer.h |
@@ -95,8 +95,8 @@ public: |
AudioTrackList& audioTracks(); |
VideoTrackList& videoTracks(); |
- void abortIfUpdating(); |
void removedFromMediaSource(); |
+ double highestPresentationTimestamp(); |
// ActiveScriptWrappable |
bool hasPendingActivity() const final; |
@@ -146,6 +146,9 @@ private: |
void appendStreamDone(AppendStreamDoneAction); |
void clearAppendStreamState(); |
+ void cancelRemove(); |
+ void abortIfUpdating(); |
+ |
void removeMediaTracks(); |
// FileReaderLoaderClient interface |