| Index: media/cast/net/rtcp/rtcp.h
|
| diff --git a/media/cast/net/rtcp/rtcp.h b/media/cast/net/rtcp/rtcp.h
|
| index 10750c9d7ebf65c064e42d926035ebf1cc3f1b53..a1fdc9e4895d611c79b3d5a150563247b23e7a42 100644
|
| --- a/media/cast/net/rtcp/rtcp.h
|
| +++ b/media/cast/net/rtcp/rtcp.h
|
| @@ -171,6 +171,8 @@ class Rtcp {
|
| int number_of_rtt_in_avg_;
|
| base::TimeDelta avg_rtt_;
|
|
|
| + base::TimeTicks largest_seen_timestamp_;
|
| +
|
| // For extending received ACK frame IDs from 8-bit to 32-bit.
|
| FrameIdWrapHelper ack_frame_id_wrap_helper_;
|
|
|
|
|