| Index: Source/core/animation/TimingInput.h
|
| diff --git a/Source/core/animation/TimingInput.h b/Source/core/animation/TimingInput.h
|
| index 22a08f77ad44fdae12af8b9548dafc282afcaa4d..48f5ed74b18733e777cac2f0c94d0e10457d6863 100644
|
| --- a/Source/core/animation/TimingInput.h
|
| +++ b/Source/core/animation/TimingInput.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/animation/Timing.h"
|
| +#include "wtf/Allocator.h"
|
|
|
| namespace blink {
|
|
|
| @@ -14,6 +15,7 @@ class Dictionary;
|
| class KeyframeEffectOptions;
|
|
|
| class CORE_EXPORT TimingInput {
|
| + STATIC_ONLY(TimingInput);
|
| public:
|
| static Timing convert(const KeyframeEffectOptions& timingInput);
|
| static Timing convert(double duration);
|
|
|