Index: webrtc/video/receive_statistics_proxy.h |
diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h |
index 0692297eb2ce32128d112575c05ff20b876eed49..947ba9bc7c788c10148216636802ecba6db4f221 100644 |
--- a/webrtc/video/receive_statistics_proxy.h |
+++ b/webrtc/video/receive_statistics_proxy.h |
@@ -43,7 +43,7 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback, |
VideoReceiveStream::Stats GetStats() const; |
void OnDecodedFrame(); |
- void OnRenderedFrame(int width, int height); |
+ void OnRenderedFrame(const VideoFrame& frame); |
void OnIncomingPayloadType(int payload_type); |
void OnDecoderImplementationName(const char* implementation_name); |
void OnIncomingRate(unsigned int framerate, unsigned int bitrate_bps); |