| Index: Source/modules/encryptedmedia/MediaKeySession.h
|
| diff --git a/Source/modules/encryptedmedia/MediaKeySession.h b/Source/modules/encryptedmedia/MediaKeySession.h
|
| index be27870e42f73ac8472535d7e4179c2db547ec30..43a54344eabf8774036e232d278e840432dc75e2 100644
|
| --- a/Source/modules/encryptedmedia/MediaKeySession.h
|
| +++ b/Source/modules/encryptedmedia/MediaKeySession.h
|
| @@ -94,9 +94,8 @@ private:
|
| class PendingAction;
|
| friend class MediaKeySessionInitializer;
|
|
|
| - MediaKeySession(ExecutionContext*, MediaKeys*);
|
| + MediaKeySession(ExecutionContext*, MediaKeys*, PassOwnPtr<blink::WebContentDecryptionModuleSession>);
|
| void actionTimerFired(Timer<MediaKeySession>*);
|
| - void finishInitialization(PassOwnPtr<blink::WebContentDecryptionModuleSession>);
|
|
|
| // blink::WebContentDecryptionModuleSession::Client
|
| virtual void message(const unsigned char* message, size_t messageLength, const blink::WebURL& destinationURL) OVERRIDE;
|
|
|