| 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 cb9af9ac9479998e4e554d1e40f5247ba6101a5f..855dc6ff0e9a2f15d729b0eb0d53f9d818d55c47 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| +++ b/webrtc/modules/remote_bitrate_estimator/test/estimators/remb.h
|
| @@ -70,7 +70,9 @@ class RembReceiver : public BweReceiver, public RemoteBitrateObserver {
|
| bool LatestEstimate(uint32_t* estimate_bps);
|
|
|
| std::string estimate_log_prefix_;
|
| - bool plot_estimate_;
|
| +#if BWE_TEST_LOGGING_COMPILE_TIME_ENABLE
|
| + bool plot_estimate_ = false;
|
| +#endif
|
| SimulatedClock clock_;
|
| std::unique_ptr<ReceiveStatistics> recv_stats_;
|
| int64_t latest_estimate_bps_;
|
|
|