| Index: webrtc/video/send_statistics_proxy.h
|
| diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
|
| index 60d50ec6f08bf8ac7973f2b82e00b629e076bb35..8922630d122b019d08480f50ba113e6b769d13c3 100644
|
| --- a/webrtc/video/send_statistics_proxy.h
|
| +++ b/webrtc/video/send_statistics_proxy.h
|
| @@ -137,7 +137,7 @@ class SendStatisticsProxy : public CpuOveruseMetricsObserver,
|
| EXCLUSIVE_LOCKS_REQUIRED(crit_);
|
|
|
| Clock* const clock_;
|
| - const VideoSendStream::Config config_;
|
| + const VideoSendStream::Config::Rtp rtp_config_;
|
| rtc::CriticalSection crit_;
|
| VideoEncoderConfig::ContentType content_type_ GUARDED_BY(crit_);
|
| VideoSendStream::Stats stats_ GUARDED_BY(crit_);
|
| @@ -154,7 +154,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_;
|
|
|