| Index: Source/core/animation/AnimationClock.h
|
| diff --git a/Source/core/animation/AnimationClock.h b/Source/core/animation/AnimationClock.h
|
| index cd21d44c07335eacd78f20dada07d3ab1b1a7473..eba031d78f77fceb817383ce3c9790d63ae4b385 100644
|
| --- a/Source/core/animation/AnimationClock.h
|
| +++ b/Source/core/animation/AnimationClock.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| void updateTime(double time);
|
| double currentTime();
|
| - void resetTimeForTesting();
|
| + void resetTimeForTesting(double time = 0);
|
|
|
| static void notifyTaskStart() { ++s_currentTask; }
|
|
|
|
|