Index: media/cast/video_receiver/video_decoder.h |
diff --git a/media/cast/video_receiver/video_decoder.h b/media/cast/video_receiver/video_decoder.h |
index 7f0db54aa8d684029c53300301787359a5453c1b..2831d23eaff96f22e1a5df98ac975f794034dee6 100644 |
--- a/media/cast/video_receiver/video_decoder.h |
+++ b/media/cast/video_receiver/video_decoder.h |
@@ -43,7 +43,7 @@ class VideoDecoder { |
// monotonically-increasing by 1 for each successive call to this method. |
// When it is not, the decoder will assume one or more frames have been |
// dropped (e.g., due to packet loss), and will perform recovery actions. |
- void DecodeFrame(scoped_ptr<transport::EncodedVideoFrame> encoded_frame, |
+ void DecodeFrame(scoped_ptr<transport::EncodedFrame> encoded_frame, |
const DecodeFrameCallback& callback); |
private: |