| Index: cc/debug/lap_timer.h
|
| diff --git a/cc/debug/lap_timer.h b/cc/debug/lap_timer.h
|
| index 7ec9a8cca5c1ae64fd76bd99d5ca99a4a8055e5f..7662e2adb5f88dc4ea0e53db473403993ecc7a6b 100644
|
| --- a/cc/debug/lap_timer.h
|
| +++ b/cc/debug/lap_timer.h
|
| @@ -23,6 +23,8 @@ namespace cc {
|
| class CC_EXPORT LapTimer {
|
| public:
|
| LapTimer(int warmup_laps, base::TimeDelta time_limit, int check_interval);
|
| + // Create LapTimer with sensible default values.
|
| + LapTimer();
|
| // Resets the timer back to it's starting state.
|
| void Reset();
|
| // Sets the start point to now.
|
|
|