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(); |
Sami
2015/01/06 12:21:40
drive-by nit: const
|
+ |
void Clear(); |
// Returns the smallest sample that is greater than or equal to the specified |