Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / AnimationClock.h
index cd21d44..eba031d 100644 (file)
@@ -50,7 +50,7 @@ public:
 
     void updateTime(double time);
     double currentTime();
-    void resetTimeForTesting();
+    void resetTimeForTesting(double time = 0);
 
     static void notifyTaskStart() { ++s_currentTask; }