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

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

Issue 10911186: Roll WebKit IDL to multivm@858 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 3 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/MediaSource.idl
diff --git a/third_party/WebCore/Modules/mediasource/MediaSource.idl b/third_party/WebCore/Modules/mediasource/MediaSource.idl
index 25f7dec1bbd5b9776b8cd8b760467d0314ba6db5..fff6a6fd3f8cbf4fc6861b43d79be9d3f45bbe14 100644
--- a/third_party/WebCore/Modules/mediasource/MediaSource.idl
+++ b/third_party/WebCore/Modules/mediasource/MediaSource.idl
@@ -43,6 +43,8 @@ module html {
// Subset of sourceBuffers that provide data for the selected/enabled tracks.
readonly attribute SourceBufferList activeSourceBuffers;
+ attribute double duration setter raises (DOMException);
+
SourceBuffer addSourceBuffer(in DOMString type) raises (DOMException);
void removeSourceBuffer(in SourceBuffer buffer) raises (DOMException);

Powered by Google App Engine
This is Rietveld 408576698