| Index: Source/core/animation/EffectInput.h
|
| diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h
|
| index 186a633c174352c6696da077eed3ebe9a4de8150..caf608a79125f5f9b7cdf1dffbf8977e0b3db524 100644
|
| --- a/Source/core/animation/EffectInput.h
|
| +++ b/Source/core/animation/EffectInput.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/animation/EffectModel.h"
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Vector.h"
|
|
|
| namespace blink {
|
| @@ -18,6 +19,7 @@ class Element;
|
| class ExceptionState;
|
|
|
| class CORE_EXPORT EffectInput {
|
| + STATIC_ONLY(EffectInput);
|
| public:
|
| static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
|
| static PassRefPtrWillBeRawPtr<EffectModel> convert(Element*, const EffectModelOrDictionarySequence&, ExceptionState&);
|
|
|