| Index: media/filters/decoder_stream_traits.h
|
| diff --git a/media/filters/decoder_stream_traits.h b/media/filters/decoder_stream_traits.h
|
| index 7d5389989b1a99ee879a0f295f42e0c24b4db28b..d752c69f7f8a702d0bb93362de804687847371a8 100644
|
| --- a/media/filters/decoder_stream_traits.h
|
| +++ b/media/filters/decoder_stream_traits.h
|
| @@ -38,8 +38,6 @@ struct DecoderStreamTraits<DemuxerStream::AUDIO> {
|
| const InitCB& init_cb,
|
| const OutputCB& output_cb);
|
| static bool NeedsBitstreamConversion(DecoderType* decoder);
|
| - static void ReportStatistics(const StatisticsCB& statistics_cb,
|
| - int bytes_decoded);
|
| static scoped_refptr<OutputType> CreateEOSOutput();
|
| };
|
|
|
| @@ -58,8 +56,6 @@ struct DecoderStreamTraits<DemuxerStream::VIDEO> {
|
| const InitCB& init_cb,
|
| const OutputCB& output_cb);
|
| static bool NeedsBitstreamConversion(DecoderType* decoder);
|
| - static void ReportStatistics(const StatisticsCB& statistics_cb,
|
| - int bytes_decoded);
|
| static scoped_refptr<OutputType> CreateEOSOutput();
|
| };
|
|
|
|
|