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

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

Issue 647383002: [Speculative revert to fix browser_tests on Blink canaries.] (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeyNeededEvent.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/encryptedmedia/MediaKeyNeededEvent.idl
diff --git a/Source/modules/encryptedmedia/MediaEncryptedEvent.idl b/Source/modules/encryptedmedia/MediaKeyNeededEvent.idl
similarity index 91%
rename from Source/modules/encryptedmedia/MediaEncryptedEvent.idl
rename to Source/modules/encryptedmedia/MediaKeyNeededEvent.idl
index 186deb7df8be50755e3111a6caea99bf56f0c2be..c99a180b5e19e0f54eb9b594bb8312c74201b30c 100644
--- a/Source/modules/encryptedmedia/MediaEncryptedEvent.idl
+++ b/Source/modules/encryptedmedia/MediaKeyNeededEvent.idl
@@ -26,8 +26,8 @@
[
EventConstructor,
RuntimeEnabled=EncryptedMedia
-] interface MediaEncryptedEvent : Event {
- readonly attribute DOMString initDataType;
- readonly attribute ArrayBuffer? initData;
+] interface MediaKeyNeededEvent : Event {
+ readonly attribute DOMString contentType;
+ readonly attribute Uint8Array initData;
};
« no previous file with comments | « Source/modules/encryptedmedia/MediaKeyNeededEvent.cpp ('k') | Source/modules/modules.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698