Index: cc/base/rolling_time_delta_history.h |
diff --git a/cc/base/rolling_time_delta_history.h b/cc/base/rolling_time_delta_history.h |
index e51fb86ba9688988fc46289528662e7328b1bb38..603c813425fe6d3a070d3b915244da11880c193f 100644 |
--- a/cc/base/rolling_time_delta_history.h |
+++ b/cc/base/rolling_time_delta_history.h |
@@ -23,6 +23,8 @@ class CC_EXPORT RollingTimeDeltaHistory { |
void InsertSample(base::TimeDelta time); |
+ size_t SampleCount(); |
no sievers
2015/01/06 22:28:46
nit: const
or actually... this looks unused.
jdduke (slow)
2015/01/06 23:13:14
Yup, totally right, removed.
|
+ |
void Clear(); |
// Returns the smallest sample that is greater than or equal to the specified |