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

Unified Diff: Source/platform/drm/ContentDecryptionModuleSession.h

Issue 111043004: Update MediaKeySession method names to latest EME spec. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 12 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/platform/drm/ContentDecryptionModuleSession.h
diff --git a/Source/platform/drm/ContentDecryptionModuleSession.h b/Source/platform/drm/ContentDecryptionModuleSession.h
index ef58745ab67e209642806d420102fb4eb3dd73e7..572dda22f8e559dbee514298f602d81ca7fb7fd7 100644
--- a/Source/platform/drm/ContentDecryptionModuleSession.h
+++ b/Source/platform/drm/ContentDecryptionModuleSession.h
@@ -66,9 +66,9 @@ public:
~ContentDecryptionModuleSession();
String sessionId() const;
- void generateKeyRequest(const String& mimeType, const WTF::Uint8Array& initData);
+ void initialize(const String& mimeType, const WTF::Uint8Array& initData);
void update(const WTF::Uint8Array& key);
- void close();
+ void release();
private:
// blink::WebContentDecryptionModuleSession::Client

Powered by Google App Engine
This is Rietveld 408576698