| Index: third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h b/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h
|
| index 956b5e18b9028121b8026910e05d901a7172c2f2..66c637f90d5e9bc2ee4d5a2e1b7b44c2e3d9bc7e 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGNumberOptionalNumber.h
|
| @@ -32,6 +32,7 @@
|
| #define SVGNumberOptionalNumber_h
|
|
|
| #include "core/svg/SVGNumber.h"
|
| +#include "core/svg/SVGParsingError.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
| @@ -51,7 +52,7 @@ public:
|
| PassRefPtrWillBeRawPtr<SVGPropertyBase> cloneForAnimation(const String&) const override;
|
|
|
| String valueAsString() const override;
|
| - void setValueAsString(const String&, ExceptionState&);
|
| + SVGParsingError setValueAsString(const String&);
|
|
|
| void add(PassRefPtrWillBeRawPtr<SVGPropertyBase>, SVGElement*) override;
|
| void calculateAnimatedValue(SVGAnimationElement*, float percentage, unsigned repeatCount, PassRefPtrWillBeRawPtr<SVGPropertyBase> from, PassRefPtrWillBeRawPtr<SVGPropertyBase> to, PassRefPtrWillBeRawPtr<SVGPropertyBase> toAtEndOfDurationValue, SVGElement* contextElement) override;
|
|
|