| Index: webrtc/video/receive_statistics_proxy.h
|
| diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h
|
| index 50422109aa5fb96578d3e1846c28c04aaa512106..83c4942181bf4dc81eb3a1782133b18db7e78c97 100644
|
| --- a/webrtc/video/receive_statistics_proxy.h
|
| +++ b/webrtc/video/receive_statistics_proxy.h
|
| @@ -44,6 +44,7 @@ class ReceiveStatisticsProxy : public ViEDecoderObserver,
|
|
|
| void OnDecodedFrame();
|
| void OnRenderedFrame(int width, int height);
|
| + void OnIncomingPayloadType(int payload_type);
|
|
|
| // Overrides VCMReceiveStatisticsCallback.
|
| void OnReceiveRatesUpdated(uint32_t bitRate, uint32_t frameRate) override;
|
|
|