| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index e9e89f64f53f860cc3b07b309ce4da2ffa527311..7f6df06ad8efcdb8539fa353a9b6d9fe561f5043 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -58,6 +58,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);
|
|
|