| Index: webkit/media/filter_helpers.h
|
| diff --git a/webkit/media/filter_helpers.h b/webkit/media/filter_helpers.h
|
| index f5104f1581116382d235c21da3ef642db6b8139e..bfa8b891e369d88df4aac9267bcc1165d7132521 100644
|
| --- a/webkit/media/filter_helpers.h
|
| +++ b/webkit/media/filter_helpers.h
|
| @@ -19,24 +19,8 @@ class FFmpegVideoDecoder;
|
| class FilterCollection;
|
| }
|
|
|
| -namespace WebKit {
|
| -class WebURL;
|
| -}
|
| -
|
| namespace webkit_media {
|
|
|
| -class MediaStreamClient;
|
| -
|
| -// Builds the required filters for handling media stream URLs and adds them to
|
| -// |filter_collection| returning true if successful.
|
| -//
|
| -// |filter_collection| is not modified if this method returns false.
|
| -bool BuildMediaStreamCollection(
|
| - const WebKit::WebURL& url,
|
| - MediaStreamClient* client,
|
| - const scoped_refptr<base::MessageLoopProxy>& message_loop,
|
| - media::FilterCollection* filter_collection);
|
| -
|
| // Builds the required filters for handling media source URLs, adds them to
|
| // |filter_collection|.
|
| void BuildMediaSourceCollection(
|
|
|