| Index: webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
|
| diff --git a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
|
| index c97714f7e863ae0c5cc941dca38e723408e6d4b3..87c32f4a271c4d5159baa9b431db304c347c240e 100644
|
| --- a/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
|
| +++ b/webrtc/modules/bitrate_controller/send_side_bandwidth_estimation.h
|
| @@ -95,6 +95,7 @@ class SendSideBandwidthEstimation {
|
| UmaState uma_update_state_;
|
| std::vector<bool> rampup_uma_stats_updated_;
|
| RtcEventLog* event_log_;
|
| + int64_t last_rtc_event_log_ms_;
|
| };
|
| } // namespace webrtc
|
| #endif // WEBRTC_MODULES_BITRATE_CONTROLLER_SEND_SIDE_BANDWIDTH_ESTIMATION_H_
|
|
|