Index: public/platform/WebContentDecryptionModuleSession.h |
diff --git a/public/platform/WebContentDecryptionModuleSession.h b/public/platform/WebContentDecryptionModuleSession.h |
index ab08884ff61732ada3719cee68ebb52a8e538f83..3d2e459eed11ec37f754cef5393850f90e298572 100644 |
--- a/public/platform/WebContentDecryptionModuleSession.h |
+++ b/public/platform/WebContentDecryptionModuleSession.h |
@@ -71,6 +71,7 @@ public: |
virtual void release() = 0; |
virtual void initializeNewSession(const WebString& initDataType, const unsigned char* initData, size_t initDataLength, const WebString& sessionType, WebContentDecryptionModuleResult); |
+ virtual void loadSession(const WebString& sessionId, WebContentDecryptionModuleResult); |
sandersd (OOO until July 31)
2014/10/08 18:18:22
load() to match update/release?
jrummell
2014/10/08 21:13:20
Done.
|
virtual void update(const unsigned char* response, size_t responseLength, WebContentDecryptionModuleResult); |
virtual void release(WebContentDecryptionModuleResult); |
}; |