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

Unified Diff: third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl

Issue 2236483005: EME: Add new event handler attributes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 4 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
« no previous file with comments | « third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.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/encryptedmedia/MediaKeySession.idl
diff --git a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl
index 7a2a3b38b58c87a690b7e380a70b25fb88f67221..7abb71a81fa0a7dfe931fa46d25363f6f26ca9c0 100644
--- a/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl
+++ b/third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.idl
@@ -32,6 +32,8 @@
readonly attribute unrestricted double expiration;
[CallWith=ScriptState] readonly attribute Promise closed;
readonly attribute MediaKeyStatusMap keyStatuses;
+ attribute EventHandler onkeystatuseschange;
+ attribute EventHandler onmessage;
// session initialization
[CallWith=ScriptState] Promise<void> generateRequest(DOMString initDataType, BufferSource initData);
« no previous file with comments | « third_party/WebKit/Source/modules/encryptedmedia/MediaKeySession.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698