| 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 5ee545ef17a630632c20258d1c11c8d1e853419e..04447da4d778e1bd3aa7d0e8c6111bcbf5499b4c 100644
|
| --- a/chrome/browser/media/cast_transport_host_filter.h
|
| +++ b/chrome/browser/media/cast_transport_host_filter.h
|
| @@ -42,12 +42,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,
|
|
|