| Index: public/web/WebFrameClient.h
|
| diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
|
| index d374bbcd8f17adb86ec22f540062a414f2107f87..0c3fe7ad0f45495fbaaf6af1705444a0a6d5b1ab 100644
|
| --- a/public/web/WebFrameClient.h
|
| +++ b/public/web/WebFrameClient.h
|
| @@ -70,6 +70,7 @@ class WebFormElement;
|
| class WebGeolocationClient;
|
| class WebMediaPlayer;
|
| class WebMediaPlayerClient;
|
| +class WebMediaPlayerEncryptedMediaClient;
|
| class WebMIDIClient;
|
| class WebNotificationPermissionCallback;
|
| class WebPermissionClient;
|
| @@ -107,7 +108,7 @@ public:
|
|
|
| // May return null.
|
| // WebContentDecryptionModule* may be null if one has not yet been set.
|
| - virtual WebMediaPlayer* createMediaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*, WebContentDecryptionModule*) { return 0; }
|
| + virtual WebMediaPlayer* createMediaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*, WebMediaPlayerEncryptedMediaClient*, WebContentDecryptionModule*) { return 0; }
|
|
|
| // May return null.
|
| virtual WebApplicationCacheHost* createApplicationCacheHost(WebLocalFrame*, WebApplicationCacheHostClient*) { return 0; }
|
|
|