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

Unified Diff: Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl

Issue 655603003: Reland: Remove "needkey" event and add its replacement, "encrypted". (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 2 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: Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
diff --git a/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl b/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
index b27583240d90290a15092604f92d047c0d1d8c5e..2de5a6fd16aa0e210f6bbb32f9c8ce5a987ad735 100644
--- a/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
+++ b/Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.idl
@@ -14,5 +14,5 @@ partial interface HTMLMediaElement {
[RuntimeEnabled=EncryptedMedia] readonly attribute MediaKeys mediaKeys;
[RuntimeEnabled=EncryptedMedia, TypeChecking=Interface, CallWith=ScriptState] Promise setMediaKeys(MediaKeys? mediaKeys);
- [RuntimeEnabled=EncryptedMedia] attribute EventHandler onneedkey;
+ [RuntimeEnabled=EncryptedMedia] attribute EventHandler onencrypted;
};
« no previous file with comments | « Source/modules/encryptedmedia/HTMLMediaElementEncryptedMedia.cpp ('k') | Source/modules/encryptedmedia/MediaEncryptedEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698