Index: webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
diff --git a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
index 490711f54db3ed668b82cb967037eae63ae9e2c4..00b5fe4992e0a69fc20265050cd721a9089f9b1f 100644 |
--- a/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/send_side_congestion_controller.h |
@@ -154,6 +154,9 @@ class SendSideCongestionController : public CallStatsObserver, |
rtc::RaceChecker worker_race_; |
+ bool pacer_pushback_experiment_ = false; |
+ float encoding_rate_ = 1.0; |
+ |
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(SendSideCongestionController); |
}; |