Chromium Code Reviews| Index: webrtc/video/stats_counter.h |
| diff --git a/webrtc/video/stats_counter.h b/webrtc/video/stats_counter.h |
| index e84d73b758af20fedec697432ee6a4d945b45ffc..6dc94b4328d2deecaaaaac7e6feedab5682169be 100644 |
| --- a/webrtc/video/stats_counter.h |
| +++ b/webrtc/video/stats_counter.h |
| @@ -33,6 +33,7 @@ class StatsCounterObserver { |
| struct AggregatedStats { |
| std::string ToString() const; |
| + std::string ToStringWithMultiplier(int multiplier) const; |
| int64_t num_samples = 0; |
| int min = -1; |