| Index: webrtc/call/rtp_transport_controller_send.h
|
| diff --git a/webrtc/call/rtp_transport_controller_send.h b/webrtc/call/rtp_transport_controller_send.h
|
| index b626fa887e919c8b6df68bf8480be95d62888687..757b30cf80d5732177b75f44b323765380370d3d 100644
|
| --- a/webrtc/call/rtp_transport_controller_send.h
|
| +++ b/webrtc/call/rtp_transport_controller_send.h
|
| @@ -38,6 +38,10 @@ class RtpTransportControllerSend : public RtpTransportControllerSendInterface {
|
|
|
| private:
|
| PacketRouter packet_router_;
|
| + // TODO(nisse): Should have a pointer to the
|
| + // SendSideCongestionController, to be able to share it between
|
| + // multiple transports. Unclear if the PacketRouter should be shared
|
| + // as well?
|
| SendSideCongestionController send_side_cc_;
|
|
|
| RTC_DISALLOW_COPY_AND_ASSIGN(RtpTransportControllerSend);
|
|
|