| Index: sky/engine/public/web/WebFrameClient.h
|
| diff --git a/sky/engine/public/web/WebFrameClient.h b/sky/engine/public/web/WebFrameClient.h
|
| index adf0cecc71d06a3bc87161db6e821417e86be4cb..5b5ede4b7cf06fd04c986e361c4077a55b7ac02f 100644
|
| --- a/sky/engine/public/web/WebFrameClient.h
|
| +++ b/sky/engine/public/web/WebFrameClient.h
|
| @@ -47,8 +47,6 @@ namespace blink {
|
| class WebCachedURLRequest;
|
| class WebDOMEvent;
|
| class WebInputEvent;
|
| -class WebMediaPlayer;
|
| -class WebMediaPlayerClient;
|
| class WebNode;
|
| class WebString;
|
| class WebURL;
|
| @@ -62,12 +60,6 @@ struct WebURLError;
|
|
|
| class WebFrameClient {
|
| public:
|
| - // Factory methods -----------------------------------------------------
|
| -
|
| - // May return null.
|
| - virtual WebMediaPlayer* createMediaPlayer(WebLocalFrame*, const WebURL&, WebMediaPlayerClient*) { return 0; }
|
| -
|
| -
|
| // General notifications -----------------------------------------------
|
|
|
| // A child frame was created in this frame. This is called when the frame
|
|
|