| 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 4d80d5f0d2b83c970344b4adcc0f141368baf593..9ebef7497db7082f878971ddc4c92325920aa210 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectInput.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectInput.h
|
| @@ -26,6 +26,7 @@ public:
|
|
|
| private:
|
| static EffectModel* convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&);
|
| + static EffectModel* convert(Element*, const Dictionary& keyframeDictionary, ExceptionState&);
|
| };
|
|
|
| } // namespace blink
|
|
|