diff --git a/webrtc/modules/congestion_controller/include/congestion_controller.h b/webrtc/modules/congestion_controller/include/congestion_controller.h index 34547aa366..b8ba3b5a2c 100644 --- a/webrtc/modules/congestion_controller/include/congestion_controller.h +++ b/webrtc/modules/congestion_controller/include/congestion_controller.h @@ -94,6 +94,9 @@ class CongestionController : public CallStatsObserver, // TODO(nisse): Delete this accessor function. The pacer should be // internal to the congestion controller. virtual PacedSender* pacer() { return pacer_.get(); } + virtual TransportFeedbackObserver* GetTransportFeedbackObserver() { + return this; + } RateLimiter* GetRetransmissionRateLimiter(); void EnablePeriodicAlrProbing(bool enable);