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 8f0fe33a886e5028d84316d3c55b91bfe01881ba..8a870cadd62d7d1e1e44d254aa9de35d47794432 100644 |
--- a/chrome/browser/media/cast_transport_host_filter.h |
+++ b/chrome/browser/media/cast_transport_host_filter.h |
@@ -54,12 +54,10 @@ class CastTransportHostFilter : public content::BrowserMessageFilter { |
void OnInitializeVideo( |
int32 channel_id, |
const media::cast::CastTransportRtpConfig& config); |
- void OnInsertCodedAudioFrame( |
+ void OnInsertFrame( |
int32 channel_id, |
- const media::cast::EncodedFrame& audio_frame); |
- void OnInsertCodedVideoFrame( |
- int32 channel_id, |
- const media::cast::EncodedFrame& video_frame); |
+ uint32 ssrc, |
+ const media::cast::EncodedFrame& frame); |
void OnSendSenderReport( |
int32 channel_id, |
uint32 ssrc, |