Chromium Code Reviews| Index: public/web/WebFrameClient.h |
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h |
| index 502bf6bef7060d3ea3ab43b2c2504114c4e025c0..94b48a034a697793f29961b1490b5220552f052e 100644 |
| --- a/public/web/WebFrameClient.h |
| +++ b/public/web/WebFrameClient.h |
| @@ -106,7 +106,7 @@ public: |
| virtual WebPlugin* createPlugin(WebLocalFrame*, const WebPluginParams&) { return 0; } |
| // May return null. |
|
ddorwin
2014/09/23 23:18:05
Add a comment that WebContentDecryptionModule* may
jrummell
2014/09/24 22:04:06
Done.
|
| - virtual WebMediaPlayer* createMediaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*) { return 0; } |
| + virtual WebMediaPlayer* createMediaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*, WebContentDecryptionModule*) { return 0; } |
| // May return null. |
| virtual WebContentDecryptionModule* createContentDecryptionModule(WebLocalFrame*, const WebSecurityOrigin&, const WebString& keySystem) { return 0; } |