| Index: webkit/media/filter_helpers.h
|
| diff --git a/webkit/media/filter_helpers.h b/webkit/media/filter_helpers.h
|
| index bfa8b891e369d88df4aac9267bcc1165d7132521..b30ecd2fcdf8355e61cd60a83c7209a7097c7f7c 100644
|
| --- a/webkit/media/filter_helpers.h
|
| +++ b/webkit/media/filter_helpers.h
|
| @@ -7,6 +7,8 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| +// TODO(fgalligan): Remove the dependency on FFmpeg.
|
| +#include "media/filters/ffmpeg_demuxer.h"
|
|
|
| namespace base {
|
| class MessageLoopProxy;
|
| @@ -33,7 +35,8 @@ void BuildMediaSourceCollection(
|
| void BuildDefaultCollection(
|
| const scoped_refptr<media::DataSource>& data_source,
|
| const scoped_refptr<base::MessageLoopProxy>& message_loop,
|
| - media::FilterCollection* filter_collection);
|
| + media::FilterCollection* filter_collection,
|
| + const media::FFmpegNeedKeyCB& need_key_cb);
|
|
|
| } // webkit_media
|
|
|
|
|