| Index: media/cast/video_receiver/codecs/vp8/vp8_decoder.h
|
| diff --git a/media/cast/video_receiver/codecs/vp8/vp8_decoder.h b/media/cast/video_receiver/codecs/vp8/vp8_decoder.h
|
| index 361a71e45f8317e584a0a66c8c829334067a7793..6a93c41abc978b5f5537359956dee180291c3be7 100644
|
| --- a/media/cast/video_receiver/codecs/vp8/vp8_decoder.h
|
| +++ b/media/cast/video_receiver/codecs/vp8/vp8_decoder.h
|
| @@ -29,7 +29,7 @@
|
| // Will return false in case of error, and then it's up to the caller to
|
| // release the memory.
|
| // Ownership of the encoded_frame does not pass to the Vp8Decoder.
|
| - bool Decode(const transport::EncodedVideoFrame* encoded_frame,
|
| + bool Decode(const EncodedVideoFrame* encoded_frame,
|
| const base::TimeTicks render_time,
|
| const VideoFrameDecodedCallback& frame_decoded_cb);
|
|
|
|
|