Index: Source/core/animation/EffectInput.h |
diff --git a/Source/core/animation/EffectInput.h b/Source/core/animation/EffectInput.h |
index aa65946b850c03d751458e5ba73d4dec0c034ad1..b0c59574734beba323704cac4b5dd9dc93059262 100644 |
--- a/Source/core/animation/EffectInput.h |
+++ b/Source/core/animation/EffectInput.h |
@@ -11,6 +11,7 @@ |
namespace blink { |
class AnimationEffect; |
+class AnimationEffectOrDictionarySequence; |
class Dictionary; |
class Element; |
class ExceptionState; |
@@ -18,6 +19,7 @@ class ExceptionState; |
class EffectInput { |
public: |
static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&); |
+ static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const AnimationEffectOrDictionarySequence&, ExceptionState&); |
}; |
} // namespace blink |