| Index: third_party/WebKit/public/web/WebFrameClient.h
|
| diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
|
| index 6f9ff256ff156d5fe274f0947cf841fa9493c89b..e2c7a2075f5a16bb984f1a77121277ec2df68443 100644
|
| --- a/third_party/WebKit/public/web/WebFrameClient.h
|
| +++ b/third_party/WebKit/public/web/WebFrameClient.h
|
| @@ -117,7 +117,7 @@ public:
|
|
|
| // May return null.
|
| // WebContentDecryptionModule* may be null if one has not yet been set.
|
| - virtual WebMediaPlayer* createMediaPlayer(const WebMediaPlayerSource&, WebMediaPlayerClient*, WebMediaPlayerEncryptedMediaClient*, WebContentDecryptionModule*, const WebString& sinkId, WebMediaSession*) { return 0; }
|
| + virtual WebMediaPlayer* createMediaPlayer(const WebMediaPlayerSource&, WebMediaPlayerClient*, WebMediaPlayerEncryptedMediaClient*, WebContentDecryptionModule*, const WebString& sinkId) { return 0; }
|
|
|
| // May return null.
|
| virtual WebMediaSession* createMediaSession() { return 0; }
|
|
|