Index: webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
index 21865308aa08b884ce9b2d3dce9083c98bdfb892..e56c273fc4ba5e2808abbb3642b419a4c050e299 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
+++ b/webrtc/modules/remote_bitrate_estimator/include/remote_bitrate_estimator.h |
@@ -71,7 +71,7 @@ class RemoteBitrateEstimator : public CallStatsObserver, public Module { |
uint32_t* bitrate_bps) const = 0; |
// TODO(holmer): Remove when all implementations have been updated. |
- bool GetStats(ReceiveBandwidthEstimatorStats* output) const { |
+ virtual bool GetStats(ReceiveBandwidthEstimatorStats* output) const { |
return false; |
} |