| Index: Source/modules/encryptedmedia/MediaKeySession.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
|
| index 31c1a202759f25c5051e316d90a397139bba4dcd..6a95416e182c3dadbfd93f1a17fa0374481e0763 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.h
|
| @@ -108,6 +108,7 @@ private:
|
| virtual void close() OVERRIDE;
|
| virtual void error(MediaKeyErrorCode, unsigned long systemCode) OVERRIDE;
|
| virtual void error(WebContentDecryptionModuleException, unsigned long systemCode, const WebString& errorMessage) OVERRIDE;
|
| + virtual void expirationChanged(double updatedExpiryTimeInMS) OVERRIDE;
|
|
|
| ScriptPromise generateRequestInternal(ScriptState*, const String& initDataType, PassRefPtr<ArrayBuffer> initData);
|
| ScriptPromise updateInternal(ScriptState*, PassRefPtr<ArrayBuffer> response);
|
|
|