| 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 c89de9b0ff6d177c2459fbdbbb522f57d35a6c03..f055bbe0012157a88d13099fbec2c9d616abf6d6 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtp_rtcp_impl.h
|
| @@ -277,9 +277,7 @@ class ModuleRtpRtcpImpl : public RtpRtcp, public RTCPReceiver::ModuleRtpRtcp {
|
| // Send a request for a keyframe.
|
| int32_t RequestKeyFrame() override;
|
|
|
| - void SetUlpfecConfig(bool enabled,
|
| - int red_payload_type,
|
| - int ulpfec_payload_type) override;
|
| + void SetUlpfecConfig(int red_payload_type, int ulpfec_payload_type) override;
|
|
|
| int32_t SetFecParameters(const FecProtectionParams* delta_params,
|
| const FecProtectionParams* key_params) override;
|
|
|