| Index: third_party/WebKit/Source/core/svg/SVGLength.h
|
| diff --git a/third_party/WebKit/Source/core/svg/SVGLength.h b/third_party/WebKit/Source/core/svg/SVGLength.h
|
| index 91ce36d105c12ae1e5ef30c0cc8400a4381c7e0e..077aa33a5dcce106d06d42fe560704f0b3b006f0 100644
|
| --- a/third_party/WebKit/Source/core/svg/SVGLength.h
|
| +++ b/third_party/WebKit/Source/core/svg/SVGLength.h
|
| @@ -56,6 +56,7 @@ public:
|
|
|
| float value(const SVGLengthContext&) const;
|
| void setValue(float, const SVGLengthContext&);
|
| + void setValueAsNumber(float);
|
|
|
| float valueInSpecifiedUnits() const { return m_value->getFloatValue(); }
|
| void setValueInSpecifiedUnits(float value)
|
|
|