| Index: webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h | 
| diff --git a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h | 
| index fac4d3a9d9ac1afb75c12263a8083998f7862ce8..98fa6743e2797d069e1cdaba6d16b023e023e3aa 100644 | 
| --- a/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h | 
| +++ b/webrtc/modules/rtp_rtcp/interface/rtp_rtcp.h | 
| @@ -439,6 +439,14 @@ class RtpRtcp : public Module { | 
| StreamDataCounters* rtx_counters) const = 0; | 
|  | 
| /* | 
| +     *  Get packet loss statistics for the RTP stream. | 
| +     */ | 
| +    virtual void GetRtpPacketLossStats( | 
| +        bool outgoing, | 
| +        uint32_t ssrc, | 
| +        struct RtpPacketLossStats* loss_stats) const = 0; | 
| + | 
| +    /* | 
| *   Get received RTCP sender info | 
| * | 
| *   return -1 on failure else 0 | 
|  |