| 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 7237abc32df5ab6f20d90e6943d02d2368f66a5f..1fbbc14a3783bb27f2f9be9453892ba57bdab896 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpers.h
|
| @@ -12,6 +12,7 @@
|
| namespace blink {
|
|
|
| class Element;
|
| +class ExceptionState;
|
| class TimingFunction;
|
| class QualifiedName;
|
|
|
| @@ -21,7 +22,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&, Document*);
|
| + static PassRefPtr<TimingFunction> parseTimingFunction(const String&, Document*, ExceptionState&);
|
| };
|
|
|
| } // namespace blink
|
|
|