Index: media/cast/framer/framer.h |
diff --git a/media/cast/framer/framer.h b/media/cast/framer/framer.h |
index eb67064a40ab594dd25b6064d6e1bb0691e4d3f8..0c7397b26062756e2fd7fd16f439ef32de6ab114 100644 |
--- a/media/cast/framer/framer.h |
+++ b/media/cast/framer/framer.h |
@@ -44,10 +44,10 @@ class Framer { |
// frame. |
// Returns false if the frame does not exist or if the frame is not complete |
// within the given time frame. |
- bool GetEncodedVideoFrame(transport::EncodedVideoFrame* video_frame, |
+ bool GetEncodedVideoFrame(transport::EncodedFrame* video_frame, |
bool* next_frame); |
- bool GetEncodedAudioFrame(transport::EncodedAudioFrame* audio_frame, |
+ bool GetEncodedAudioFrame(transport::EncodedFrame* audio_frame, |
bool* next_frame); |
void ReleaseFrame(uint32 frame_id); |