| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 5d9dbf0921800da49110b97c080e97a7590112b4..88a0e32de6676be2375417e20fcffed403dea621 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -134,7 +134,8 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
|
|
| Clock* const clock_;
|
| - const VideoSendStream::Config config_;
|
| + const std::string payload_name_;
|
| + const VideoSendStream::Config::Rtp rtp_config_;
|
| rtc::CriticalSection crit_;
|
| VideoEncoderConfig::ContentType content_type_ GUARDED_BY(crit_);
|
| const int64_t start_ms_;
|
| @@ -152,7 +153,7 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| Clock* clock);
|
| ~UmaSamplesContainer();
|
|
|
| - void UpdateHistograms(const VideoSendStream::Config& config,
|
| + void UpdateHistograms(const VideoSendStream::Config::Rtp& rtp_config,
|
| const VideoSendStream::Stats& current_stats);
|
|
|
| const std::string uma_prefix_;
|
|
|