| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index b47691ab390860a7e409b4a8220573cbba2e8ac7..5d9dbf0921800da49110b97c080e97a7590112b4 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -52,9 +52,7 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| // Used to update incoming frame rate.
|
| void OnIncomingFrame(int width, int height);
|
|
|
| - void OnEncoderStatsUpdate(uint32_t framerate,
|
| - uint32_t bitrate,
|
| - const std::string& encoder_name);
|
| + void OnEncoderStatsUpdate(uint32_t framerate, uint32_t bitrate);
|
| void OnSuspendChange(bool is_suspended);
|
| void OnInactiveSsrc(uint32_t ssrc);
|
|
|
|
|