Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1279)

Unified Diff: webrtc/video/send_statistics_proxy.h

Issue 2060403002: Add task queue to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@move_getpadding
Patch Set: Use SequencedTaskChecker in i420_buffer_pool.cc Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/video/send_statistics_proxy.h
diff --git a/webrtc/video/send_statistics_proxy.h b/webrtc/video/send_statistics_proxy.h
index fa8b3ec5bb63e5a33df13b22f7a40128d3df04dc..5e52698653e9cc3b55a39af3ec3b72f00ca16685 100644
--- a/webrtc/video/send_statistics_proxy.h
+++ b/webrtc/video/send_statistics_proxy.h
@@ -136,7 +136,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_);
@@ -153,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_;

Powered by Google App Engine
This is Rietveld 408576698