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

Unified Diff: third_party/WebKit/Source/modules/mediasource/SourceBufferList.idl

Issue 1945523003: MSE: Add EventHandler attributes to MSE objects (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 | « third_party/WebKit/Source/modules/mediasource/SourceBufferList.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/mediasource/SourceBufferList.idl
diff --git a/third_party/WebKit/Source/modules/mediasource/SourceBufferList.idl b/third_party/WebKit/Source/modules/mediasource/SourceBufferList.idl
index c40a4417d705bac18c7c4cdc8c819804be862347..45a3027c058a7bfc1492ecffe32996f3bf64269d 100644
--- a/third_party/WebKit/Source/modules/mediasource/SourceBufferList.idl
+++ b/third_party/WebKit/Source/modules/mediasource/SourceBufferList.idl
@@ -31,5 +31,7 @@
[
] interface SourceBufferList : EventTarget {
readonly attribute unsigned long length;
+ attribute EventHandler onaddsourcebuffer;
+ attribute EventHandler onremovesourcebuffer;
[ImplementedAs=item] getter SourceBuffer (unsigned long index);
};
« no previous file with comments | « third_party/WebKit/Source/modules/mediasource/SourceBufferList.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698