| Index: third_party/WebKit/Source/core/animation/AnimationInputHelpers.h
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h b/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h
|
| index 70016358b0fa1c3008d9b945d9b347ef2cdb0657..7237abc32df5ab6f20d90e6943d02d2368f66a5f 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h
|
| @@ -21,7 +21,7 @@ public:
|
| static CSSPropertyID keyframeAttributeToCSSProperty(const String&, const Document&);
|
| static CSSPropertyID keyframeAttributeToPresentationAttribute(const String&, const Element&);
|
| static const QualifiedName* keyframeAttributeToSVGAttribute(const String&, Element&);
|
| - static PassRefPtr<TimingFunction> parseTimingFunction(const String&);
|
| + static PassRefPtr<TimingFunction> parseTimingFunction(const String&, Document*);
|
| };
|
|
|
| } // namespace blink
|
|
|