| Index: webrtc/modules/remote_bitrate_estimator/test/packet.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/packet.h b/webrtc/modules/remote_bitrate_estimator/test/packet.h
|
| index e565e9f5dbb7f30b87b06b6f608c72d17728641e..4edad8fdae81796bf8722c9139aeebf3711b6711 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/packet.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/packet.h
|
| @@ -36,6 +36,7 @@ class Packet {
|
| virtual int flow_id() const { return flow_id_; }
|
| virtual void set_send_time_us(int64_t send_time_us);
|
| virtual int64_t send_time_us() const { return send_time_us_; }
|
| + virtual int64_t sender_timestamp_us() const { return sender_timestamp_us_; }
|
| virtual size_t payload_size() const { return payload_size_; }
|
| virtual Packet::Type GetPacketType() const = 0;
|
| virtual void set_sender_timestamp_us(int64_t sender_timestamp_us) {
|
|
|