| Index: webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| index d9e4f571f3cedf57003e0882a8ff5ed5b14960c2..6bf5721d70e95dd10931a0acae46ac7f8ecc51a2 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| @@ -76,6 +76,7 @@ class RembReceiver : public BweReceiver, public RemoteBitrateObserver {
|
| int64_t latest_estimate_bps_;
|
| int64_t last_feedback_ms_;
|
| std::unique_ptr<RemoteBitrateEstimator> estimator_;
|
| + RTCPReportBlock latest_report_block_;
|
|
|
| RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RembReceiver);
|
| };
|
|
|