| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 6366e5d945a56e14dcd72b2e6ce83e9e8da74753..bb4895233b0cbabaeec9b9e36358346acaedd678 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -54,6 +54,7 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| // From VideoEncoderRateObserver.
|
| void OnSetRates(uint32_t bitrate_bps, int framerate) override;
|
|
|
| + void OnEncoderImplementationName(const char* implementation_name);
|
| void OnOutgoingRate(uint32_t framerate, uint32_t bitrate);
|
| void OnSuspendChange(bool is_suspended);
|
| void OnInactiveSsrc(uint32_t ssrc);
|
|
|