| Index: third_party/WebKit/Source/core/animation/EffectInput.h
|
| diff --git a/third_party/WebKit/Source/core/animation/EffectInput.h b/third_party/WebKit/Source/core/animation/EffectInput.h
|
| index 372aee53ac0df6f6e2f70812ae9ededd7c63bb17..839e4aa35f140a63d4d5ac7e782d730423c06851 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectInput.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectInput.h
|
| @@ -13,7 +13,7 @@
|
| namespace blink {
|
|
|
| class EffectModel;
|
| -class EffectModelOrDictionarySequenceOrDictionary;
|
| +class DictionarySequenceOrDictionary;
|
| class Dictionary;
|
| class Element;
|
| class ExceptionState;
|
| @@ -23,7 +23,7 @@ class CORE_EXPORT EffectInput {
|
| STATIC_ONLY(EffectInput);
|
| public:
|
| // TODO(alancutter): Replace Element* parameter with Document&.
|
| - static EffectModel* convert(Element*, const EffectModelOrDictionarySequenceOrDictionary&, ExecutionContext*, ExceptionState&);
|
| + static EffectModel* convert(Element*, const DictionarySequenceOrDictionary&, ExecutionContext*, ExceptionState&);
|
|
|
| private:
|
| static EffectModel* convertArrayForm(Element&, const Vector<Dictionary>& keyframes, ExceptionState&);
|
|
|