Index: webrtc/modules/congestion_controller/probe_bitrate_estimator.h |
diff --git a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h |
index 7f0c4569c97f039976e822d94887987d66e8e994..f9d89a65cd2e2a0feabc3a4e092f01de13675de8 100644 |
--- a/webrtc/modules/congestion_controller/probe_bitrate_estimator.h |
+++ b/webrtc/modules/congestion_controller/probe_bitrate_estimator.h |
@@ -45,7 +45,9 @@ class ProbeBitrateEstimator { |
int64_t last_send_ms = 0; |
int64_t first_receive_ms = std::numeric_limits<int64_t>::max(); |
int64_t last_receive_ms = 0; |
- size_t size = 0; |
+ int size_last_send = 0; |
+ int size_first_receive = 0; |
+ int size_total = 0; |
}; |
std::map<int, AggregatedCluster> clusters_; |