Index: webrtc/video/stats_counter.h |
diff --git a/webrtc/video/stats_counter.h b/webrtc/video/stats_counter.h |
index c272b6278d0961b69362748ab7272ba5c4b2af71..ba1bd457eb4263c042be873281bc042ffb80db1e 100644 |
--- a/webrtc/video/stats_counter.h |
+++ b/webrtc/video/stats_counter.h |
@@ -82,6 +82,9 @@ class StatsCounter { |
AggregatedStats GetStats(); |
+ // Checks if a sample has been added (i.e. Add or Set called). |
+ bool HasSample() const; |
+ |
protected: |
StatsCounter(Clock* clock, |
bool include_empty_intervals, |