Index: webrtc/video/receive_statistics_proxy.h |
diff --git a/webrtc/video/receive_statistics_proxy.h b/webrtc/video/receive_statistics_proxy.h |
index 86c35e73ddd9b6fb2cf8df925692b9aa7c22923d..09c5f122e897737ed348821638b8d104ff5605df 100644 |
--- a/webrtc/video/receive_statistics_proxy.h |
+++ b/webrtc/video/receive_statistics_proxy.h |
@@ -104,6 +104,7 @@ class ReceiveStatisticsProxy : public VCMReceiveStatisticsCallback, |
// ReceiveStatisticsProxy() ctor to accept a const& of Config (since we'll |
// then no longer store a pointer to the object). |
const VideoReceiveStream::Config& config_; |
+ const int64_t start_ms_; |
rtc::CriticalSection crit_; |
VideoReceiveStream::Stats stats_ GUARDED_BY(crit_); |