Index: webrtc/video/send_statistics_proxy.h |
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h |
index ce4c05e94bd00781005dc2600653613436acda7d..74d5261ebd0b4c3df1cfae8d9656308d1c62cdde 100644 |
--- a/webrtc/video/send_statistics_proxy.h |
+++ b/webrtc/video/send_statistics_proxy.h |
@@ -53,8 +53,9 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver, |
// Used to update incoming frame rate. |
void OnIncomingFrame(int width, int height); |
- void OnEncoderImplementationName(const char* implementation_name); |
- void OnOutgoingRate(uint32_t framerate, uint32_t bitrate); |
+ void OnEncoderStatsUpdate(uint32_t framerate, |
+ uint32_t bitrate, |
+ const std::string& encoder_name); |
void OnSuspendChange(bool is_suspended); |
void OnInactiveSsrc(uint32_t ssrc); |