| Index: Source/platform/drm/ContentDecryptionModuleSession.h
|
| diff --git a/Source/platform/drm/ContentDecryptionModuleSession.h b/Source/platform/drm/ContentDecryptionModuleSession.h
|
| index 1389c28f8f4c249270ba7f612078eae0608e2cd9..e4f790c4d7c8cb4efdcf08202540db7ebdc9247e 100644
|
| --- a/Source/platform/drm/ContentDecryptionModuleSession.h
|
| +++ b/Source/platform/drm/ContentDecryptionModuleSession.h
|
| @@ -63,9 +63,9 @@ public:
|
| ~ContentDecryptionModuleSession();
|
|
|
| String sessionId() const;
|
| - void generateKeyRequest(const String& mimeType, const Uint8Array& initData);
|
| + void initializeNewSession(const String& mimeType, const Uint8Array& initData);
|
| void update(const Uint8Array& response);
|
| - void close();
|
| + void release();
|
|
|
| private:
|
| // blink::WebContentDecryptionModuleSession::Client
|
|
|