| 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 3bda93b92901db64061ee8a628b761ddd2a07dac..56b0d3e63d0b7d6a6b766d34501ba021e4aeff08 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -16,6 +16,7 @@
|
| #include <vector>
|
|
|
| #include "webrtc/base/criticalsection.h"
|
| +#include "webrtc/base/optional.h"
|
| #include "webrtc/base/gtest_prod_util.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h"
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp_defines.h"
|
| @@ -97,6 +98,8 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
| void SetRtxSendPayloadType(int payload_type,
|
| int associated_payload_type) override;
|
|
|
| + rtc::Optional<uint32_t> FlexfecSsrc() const override;
|
| +
|
| // Sends kRtcpByeCode when going from true to false.
|
| int32_t SetSendingStatus(bool sending) override;
|
|
|
|
|