| Index: webrtc/video/receive_statistics_proxy.h
|
| diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h
|
| index 30d5d0012e4152e09f5f907d74d3b3f571460983..73a9b378a2611f95fa1d2718fcf955ba61f91982 100644
|
| --- a/webrtc/video/receive_statistics_proxy.h
|
| +++ b/webrtc/video/receive_statistics_proxy.h
|
| @@ -46,7 +46,7 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback,
|
|
|
| VideoReceiveStream::Stats GetStats() const;
|
|
|
| - void OnDecodedFrame(rtc::Optional<uint8_t> qp);
|
| + void OnDecodedFrame();
|
| void OnSyncOffsetUpdated(int64_t sync_offset_ms, double estimated_freq_khz);
|
| void OnRenderedFrame(const VideoFrame& frame);
|
| void OnIncomingPayloadType(int payload_type);
|
|
|