| Index: Source/core/svg/properties/SVGAnimatedProperty.h
|
| diff --git a/Source/core/svg/properties/SVGAnimatedProperty.h b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| index 1c54971a1518edb5e6f06dcb3d327844c9d064bc..ee9309081921f41685d85ff98a4190fb988c31f0 100644
|
| --- a/Source/core/svg/properties/SVGAnimatedProperty.h
|
| +++ b/Source/core/svg/properties/SVGAnimatedProperty.h
|
| @@ -55,6 +55,7 @@ public:
|
| virtual void setAnimatedValue(PassRefPtr<SVGPropertyBase>) = 0;
|
| virtual void animationEnded();
|
|
|
| + virtual void setBaseValueAsString(const String& value, SVGParsingError& parseError) = 0;
|
| virtual bool needsSynchronizeAttribute() = 0;
|
| virtual void synchronizeAttribute();
|
|
|
|
|