| Index: content/renderer/media/media_stream_impl.h
|
| ===================================================================
|
| --- content/renderer/media/media_stream_impl.h (revision 135772)
|
| +++ content/renderer/media/media_stream_impl.h (working copy)
|
| @@ -103,6 +103,9 @@
|
| const WebKit::WebUserMediaRequest& user_media_request) OVERRIDE;
|
|
|
| // webkit_media::MediaStreamClient implementation.
|
| + virtual bool IsMediaStream(const WebKit::WebURL url);
|
| + virtual scoped_refptr<webkit_media::VideoFrameProvider> GetVideoFrameProvider(
|
| + const GURL& url, const base::Closure& paint_cb);
|
| virtual scoped_refptr<media::VideoDecoder> GetVideoDecoder(
|
| const GURL& url,
|
| media::MessageLoopFactory* message_loop_factory) OVERRIDE;
|
|
|