| Index: chrome/browser/media/cast_transport_host_filter.h
|
| diff --git a/chrome/browser/media/cast_transport_host_filter.h b/chrome/browser/media/cast_transport_host_filter.h
|
| index 04650e51f2cf2826df35e02b07425bba98ad551b..9de9d0ff2ee0c6842f8635b400b5e71af80d478d 100644
|
| --- a/chrome/browser/media/cast_transport_host_filter.h
|
| +++ b/chrome/browser/media/cast_transport_host_filter.h
|
| @@ -49,12 +49,10 @@ class CastTransportHostFilter : public content::BrowserMessageFilter {
|
| const media::cast::transport::CastTransportVideoConfig& config);
|
| void OnInsertCodedAudioFrame(
|
| int32 channel_id,
|
| - const media::cast::transport::EncodedAudioFrame& audio_frame,
|
| - base::TimeTicks recorded_time);
|
| + const media::cast::transport::EncodedFrame& audio_frame);
|
| void OnInsertCodedVideoFrame(
|
| int32 channel_id,
|
| - const media::cast::transport::EncodedVideoFrame& video_frame,
|
| - base::TimeTicks capture_time);
|
| + const media::cast::transport::EncodedFrame& video_frame);
|
| void OnSendRtcpFromRtpSender(
|
| int32 channel_id,
|
| const media::cast::transport::SendRtcpFromRtpSenderData& data,
|
|
|