Index: media/filters/vpx_video_decoder.h |
=================================================================== |
--- media/filters/vpx_video_decoder.h (revision 277175) |
+++ media/filters/vpx_video_decoder.h (working copy) |
@@ -34,8 +34,7 @@ |
// VideoDecoder implementation. |
virtual void Initialize(const VideoDecoderConfig& config, |
bool low_delay, |
- const PipelineStatusCB& status_cb, |
- const OutputCB& output_cb) OVERRIDE; |
+ const PipelineStatusCB& status_cb) OVERRIDE; |
virtual void Decode(const scoped_refptr<DecoderBuffer>& buffer, |
const DecodeCB& decode_cb) OVERRIDE; |
virtual void Reset(const base::Closure& closure) OVERRIDE; |
@@ -68,8 +67,6 @@ |
DecoderState state_; |
- OutputCB output_cb_; |
- |
// TODO(xhwang): Merge DecodeBuffer() into Decode() and remove this. |
DecodeCB decode_cb_; |