Index: Source/modules/encryptedmedia/MediaKeySession.h |
diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h |
index 45f12935178ddca544e74840374219b9f89ae2dd..cf90a5f2e9a7bb907bf1976b46bf497d4a67d410 100644 |
--- a/Source/modules/encryptedmedia/MediaKeySession.h |
+++ b/Source/modules/encryptedmedia/MediaKeySession.h |
@@ -102,6 +102,7 @@ private: |
virtual void message(const unsigned char* message, size_t messageLength, const WebURL& destinationURL) override; |
virtual void close() override; |
virtual void expirationChanged(double updatedExpiryTimeInMS) override; |
+ virtual void keysChange(bool hasAdditionalUsableKey, const WebVector<WebEncryptedMediaKeyInformation>&) override; |
// Called by NewSessionResult when the new session has been created. |
void finishGenerateRequest(); |