Index: webrtc/video/send_statistics_proxy.h |
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h |
index bb0372aec18542597c73bd49d87f78fb3277b1b2..ce4c05e94bd00781005dc2600653613436acda7d 100644 |
--- a/webrtc/video/send_statistics_proxy.h |
+++ b/webrtc/video/send_statistics_proxy.h |
@@ -49,7 +49,7 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver, |
VideoSendStream::Stats GetStats(); |
virtual void OnSendEncodedImage(const EncodedImage& encoded_image, |
- const RTPVideoHeader* rtp_video_header); |
+ const CodecSpecificInfo* codec_info); |
// Used to update incoming frame rate. |
void OnIncomingFrame(int width, int height); |