| Index: media/cast/net/rtcp/rtcp.h
|
| diff --git a/media/cast/net/rtcp/rtcp.h b/media/cast/net/rtcp/rtcp.h
|
| index 439b96350209bf94beb0a4580c9345377559c8f7..4e6fb129796eeb5d1081b6fcb4c90d4bbb85932d 100644
|
| --- a/media/cast/net/rtcp/rtcp.h
|
| +++ b/media/cast/net/rtcp/rtcp.h
|
| @@ -107,6 +107,8 @@ class Rtcp {
|
|
|
| void OnReceivedReceiverLog(const RtcpReceiverLogMessage& receiver_log);
|
|
|
| + const base::TimeDelta& rtt() const { return rtt_; }
|
| +
|
| protected:
|
| void OnReceivedNtp(uint32 ntp_seconds, uint32 ntp_fraction);
|
| void OnReceivedLipSyncInfo(uint32 rtp_timestamp,
|
|
|