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