| Index: media/cast/video_receiver/codecs/vp8/vp8_decoder.cc
|
| diff --git a/media/cast/video_receiver/codecs/vp8/vp8_decoder.cc b/media/cast/video_receiver/codecs/vp8/vp8_decoder.cc
|
| index 12c54428a89e95a7838ef4b720c843f84592e0b4..ade419baca942e75a328c4541237f8ab6526306c 100644
|
| --- a/media/cast/video_receiver/codecs/vp8/vp8_decoder.cc
|
| +++ b/media/cast/video_receiver/codecs/vp8/vp8_decoder.cc
|
| @@ -54,7 +54,7 @@ void Vp8Decoder::InitDecoder() {
|
| }
|
| }
|
|
|
| -bool Vp8Decoder::Decode(const EncodedVideoFrame* encoded_frame,
|
| +bool Vp8Decoder::Decode(const transport::EncodedVideoFrame* encoded_frame,
|
| const base::TimeTicks render_time,
|
| const VideoFrameDecodedCallback& frame_decoded_cb) {
|
| DCHECK(cast_environment_->CurrentlyOn(CastEnvironment::VIDEO_DECODER));
|
|
|