| Index: third_party/WebKit/Source/core/animation/AnimationTimeline.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimeline.h b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
|
| index 41ee9c521495d3d8b7961d32c3314274ae509999..ac7d058d1e70fb604eadedc21f8cf422cdb24201 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimeline.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimeline.h
|
| @@ -87,7 +87,7 @@ class CORE_EXPORT AnimationTimeline
|
| double currentTime();
|
| double CurrentTimeInternal(bool& is_null);
|
| double CurrentTimeInternal();
|
| - void setCurrentTime(double);
|
| + void setCurrentTime(double, bool is_null);
|
| void SetCurrentTimeInternal(double);
|
| double EffectiveTime();
|
| void PauseAnimationsForTesting(double);
|
|
|