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

Unified Diff: media/blink/websourcebuffer_impl.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: rebase 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
« no previous file with comments | « no previous file | media/blink/websourcebuffer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/websourcebuffer_impl.h
diff --git a/media/blink/websourcebuffer_impl.h b/media/blink/websourcebuffer_impl.h
index 043b717abeb8f74e47eac1f6750ea76451cee2a4..d3378a8119b61e060bae819372abcda233d9bd01 100644
--- a/media/blink/websourcebuffer_impl.h
+++ b/media/blink/websourcebuffer_impl.h
@@ -28,6 +28,7 @@ class WebSourceBufferImpl : public blink::WebSourceBuffer {
void setClient(blink::WebSourceBufferClient* client) override;
bool setMode(AppendMode mode) override;
blink::WebTimeRanges buffered() override;
+ double highestPresentationTimestamp() override;
bool evictCodedFrames(double currentPlaybackTime,
size_t newDataSize) override;
bool append(const unsigned char* data,
« no previous file with comments | « no previous file | media/blink/websourcebuffer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698