| Index: webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| diff --git a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| index ace82f043d6e4d533426bc7030cd8a3a6a046ddd..21e4fb92090269b8e312ab2a6159287b83faf493 100644
|
| --- a/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| +++ b/webrtc/modules/rtp_rtcp/source/rtcp_receiver.h
|
| @@ -132,7 +132,12 @@ class RTCPReceiver {
|
| uint32_t remoteSSRC);
|
| RTCPHelp::RTCPReceiveInformation* GetReceiveInformation(uint32_t remoteSSRC);
|
|
|
| - void HandleSenderReceiverReport(
|
| + void HandleSenderReport(
|
| + RTCPUtility::RTCPParserV2& rtcpParser,
|
| + RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| + EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
| +
|
| + void HandleReceiverReport(
|
| RTCPUtility::RTCPParserV2& rtcpParser,
|
| RTCPHelp::RTCPPacketInformation& rtcpPacketInformation)
|
| EXCLUSIVE_LOCKS_REQUIRED(_criticalSectionRTCPReceiver);
|
|
|