| 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..197725ddb0ec1ce84053420cf0eddad5d11e1b62 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&);
|
| + static PassRefPtr<TimingFunction> parseTimingFunction(const String&, ExceptionState&);
|
| };
|
|
|
| } // namespace blink
|
|
|