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

Unified Diff: third_party/WebCore/Modules/mediasource/SourceBuffer.idl

Issue 10831389: Roll IDL to mutlivm@775. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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/WebCore/Modules/mediasource/SourceBuffer.idl
diff --git a/third_party/WebCore/Modules/mediasource/SourceBuffer.idl b/third_party/WebCore/Modules/mediasource/SourceBuffer.idl
index 412b9cb618f55015527b3d69af296f69f7bd9f52..c7c6eb3abdcfdb68d3d60791958fcc9df7116eb3 100644
--- a/third_party/WebCore/Modules/mediasource/SourceBuffer.idl
+++ b/third_party/WebCore/Modules/mediasource/SourceBuffer.idl
@@ -39,6 +39,10 @@ module html {
readonly attribute TimeRanges buffered
getter raises(DOMException);
+ // Applies an offset to media segment timestamps.
+ attribute double timestampOffset
+ setter raises(DOMException);
+
// Append segment data.
void append(in Uint8Array data) raises (DOMException);

Powered by Google App Engine
This is Rietveld 408576698