Index: third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h |
diff --git a/third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h b/third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h |
index a84cf096d76f51f690e63409e735b4615ab17a18..baff70f96935fd8847e5476a094d995f3859905d 100644 |
--- a/third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h |
+++ b/third_party/WebKit/Source/core/svg/SVGIntegerOptionalInteger.h |
@@ -32,6 +32,7 @@ |
#define SVGIntegerOptionalInteger_h |
#include "core/svg/SVGInteger.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; |