| Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| index b70b6885e16b1378abbaa40c51fa30a55a428e10..87326daa00d9ab33fd1865a60635e8dbe62ba4f3 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
|
| @@ -327,6 +327,8 @@ class RTPSender {
|
| RateLimiter* const retransmission_rate_limiter_;
|
| OverheadObserver* overhead_observer_;
|
|
|
| + const bool send_side_bwe_with_overhead_;
|
| +
|
| RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RTPSender);
|
| };
|
|
|
|
|