Index: Source/platform/drm/ContentDecryptionModuleSession.h |
diff --git a/Source/platform/drm/ContentDecryptionModuleSession.h b/Source/platform/drm/ContentDecryptionModuleSession.h |
index ef58745ab67e209642806d420102fb4eb3dd73e7..1190fd04d8ddd513bee999042b11f6866ab5162a 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 initializeNewSession(const String& mimeType, const WTF::Uint8Array& initData); |
void update(const WTF::Uint8Array& key); |
- void close(); |
+ void release(); |
private: |
// blink::WebContentDecryptionModuleSession::Client |