| 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 839e4aa35f140a63d4d5ac7e782d730423c06851..3df8291172a6f78085a3436f253337b7942aed83 100644
|
| --- a/third_party/WebKit/Source/core/animation/EffectInput.h
|
| +++ b/third_party/WebKit/Source/core/animation/EffectInput.h
|
| @@ -27,7 +27,7 @@ public:
|
|
|
| private:
|
| static EffectModel* convertArrayForm(Element&, const Vector<Dictionary>& keyframes, ExceptionState&);
|
| - static EffectModel* convertObjectForm(Element&, const Dictionary& keyframe, ExceptionState&);
|
| + static EffectModel* convertObjectForm(Element&, const Dictionary& keyframe, ExecutionContext*, ExceptionState&);
|
| };
|
|
|
| } // namespace blink
|
|
|