Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(909)

Unified Diff: third_party/WebKit/Source/modules/mediasource/SourceBuffer.h

Issue 2102323002: MSE: Experimental support for new abort and duration behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed mediasource-duration nit Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698