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

Unified Diff: Source/modules/encryptedmedia/MediaKeys.h

Issue 397463005: Change EME WebIDL to use ArrayBuffer/ArrayBufferView. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 5 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/MediaKeys.h
diff --git a/Source/modules/encryptedmedia/MediaKeys.h b/Source/modules/encryptedmedia/MediaKeys.h
index 67fa903536d5728976aef47f60397fe25211ca25..44520ffce5650300a1c76967f5bea482934f5413 100644
--- a/Source/modules/encryptedmedia/MediaKeys.h
+++ b/Source/modules/encryptedmedia/MediaKeys.h
@@ -52,7 +52,7 @@ public:
const String& keySystem() const { return m_keySystem; }
- ScriptPromise createSession(ScriptState*, const String& initDataType, Uint8Array* initData, const String& sessionType);
+ ScriptPromise createSession(ScriptState*, const String& initDataType, ArrayBufferView* initData, const String& sessionType);
static bool isTypeSupported(const String& keySystem, const String& contentType);

Powered by Google App Engine
This is Rietveld 408576698