| Index: webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| index c15515dc487bdb9720202aaffd1f3a6ed08bff0f..f1af35913791fc6fee67da06ab7a109632b3a422 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -333,6 +333,7 @@
|
| bool TimeToSendFullNackList(int64_t now) const;
|
|
|
| const bool audio_;
|
| + bool collision_detected_;
|
| int64_t last_process_time_;
|
| int64_t last_bitrate_process_time_;
|
| int64_t last_rtt_process_time_;
|
|
|