Index: webrtc/video/send_statistics_proxy.h |
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h |
index 7209094fe68a70342de60992ea2acc6e4528ef47..cc793c96d962f85ba4ccda7c4162f6e1f978be0b 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); |