Index: webrtc/modules/congestion_controller/include/congestion_controller.h |
diff --git a/webrtc/modules/congestion_controller/include/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h |
index 8663489d54903d2b33c42baf5e72f20ee22f6ee7..1eb5b3441bdb2229085b1dd1bca005067a5bcc27 100644 |
--- a/webrtc/modules/congestion_controller/include/congestion_controller.h |
+++ b/webrtc/modules/congestion_controller/include/congestion_controller.h |
@@ -48,7 +48,8 @@ class CongestionController : public CallStatsObserver, public Module { |
public: |
virtual void OnNetworkChanged(uint32_t bitrate_bps, |
uint8_t fraction_loss, // 0 - 255. |
- int64_t rtt_ms) = 0; |
+ int64_t rtt_ms, |
+ int64_t probing_interval_ms) = 0; |
stefan-webrtc
2016/11/28 16:06:53
To avoid the build issues with internal projects I
|
protected: |
virtual ~Observer() {} |