| 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 7d56625177b7e1ba63137c63730abcac52f9f4db..abe18f77a838ba84b104249fb653e1c2a9cf3e9a 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectInput.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectInput.h
|
| @@ -32,6 +32,7 @@ class CORE_EXPORT EffectInput {
|
| private:
|
| static EffectModel* convertArrayForm(Element&,
|
| const Vector<Dictionary>& keyframes,
|
| + ExecutionContext*,
|
| ExceptionState&);
|
| static EffectModel* convertObjectForm(Element&,
|
| const Dictionary& keyframe,
|
|
|