| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 74d5261ebd0b4c3df1cfae8d9656308d1c62cdde..60d50ec6f08bf8ac7973f2b82e00b629e076bb35 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -70,6 +70,8 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| void OnEncodedFrameTimeMeasured(int encode_time_ms,
|
| const CpuOveruseMetrics& metrics) override;
|
|
|
| + int GetSendFrameRate() const;
|
| +
|
| protected:
|
| // From RtcpStatisticsCallback.
|
| void StatisticsUpdated(const RtcpStatistics& statistics,
|
|
|