Index: webrtc/video/receive_statistics_proxy.h |
diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h |
index 10a1be72d4ad30b62b71ae3bbba52a0940a216f7..dc6127508830540ffd7cb3540f5cf9d98e4d9520 100644 |
--- a/webrtc/video/receive_statistics_proxy.h |
+++ b/webrtc/video/receive_statistics_proxy.h |
@@ -44,8 +44,8 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback, |
VideoReceiveStream::Stats GetStats() const; |
void OnDecodedFrame(); |
- void OnRenderedFrame(const VideoFrame& frame); |
void OnSyncOffsetUpdated(int64_t sync_offset_ms); |
+ void OnRenderedFrame(int width, int height); |
void OnIncomingPayloadType(int payload_type); |
void OnDecoderImplementationName(const char* implementation_name); |
void OnIncomingRate(unsigned int framerate, unsigned int bitrate_bps); |