| 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..e8a16382c7894bf04b79a170d79ba9afe482e2a3 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;
|
|
|
| + float GetSendFrameRate();
|
| +
|
| protected:
|
| // From RtcpStatisticsCallback.
|
| void StatisticsUpdated(const RtcpStatistics& statistics,
|
|
|