Index: webrtc/video/send_statistics_proxy.h |
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h |
index 7451bb57e8126a74113f5d34a89bb413a25b5ccc..777d3745d6a88b01a13cdb8f61e9bd6e42ec4f26 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); |