| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index 502bf6bef7060d3ea3ab43b2c2504114c4e025c0..6d41edb216849273b1de60f3eff08131b9e0496e 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -106,7 +106,8 @@ public:
|
| virtual WebPlugin* createPlugin(WebLocalFrame*, const WebPluginParams&) { return 0; }
|
|
|
| // May return null.
|
| - virtual WebMediaPlayer* createMediaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*) { return 0; }
|
| + // WebContentDecryptionModule* may be null if one has not yet been set.
|
| + virtual WebMediaPlayer* createMediaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*, WebContentDecryptionModule*) { return 0; }
|
|
|
| // May return null.
|
| virtual WebContentDecryptionModule* createContentDecryptionModule(WebLocalFrame*, const WebSecurityOrigin&, const WebString& keySystem) { return 0; }
|
|
|