| Index: Source/core/svg/SVGFEMorphologyElement.h
|
| diff --git a/Source/core/svg/SVGFEMorphologyElement.h b/Source/core/svg/SVGFEMorphologyElement.h
|
| index d76f4b004ca274d7f4fa6cc2f4a62f6e93534cc5..ccf5d0f7d5214ef509b1eecefb289760521b356a 100644
|
| --- a/Source/core/svg/SVGFEMorphologyElement.h
|
| +++ b/Source/core/svg/SVGFEMorphologyElement.h
|
| @@ -33,8 +33,6 @@ class SVGFEMorphologyElement FINAL : public SVGFilterPrimitiveStandardAttributes
|
| public:
|
| DECLARE_NODE_FACTORY(SVGFEMorphologyElement);
|
|
|
| - void setRadius(float radiusX, float radiusY);
|
| -
|
| SVGAnimatedNumber* radiusX() { return m_radius->firstNumber(); }
|
| SVGAnimatedNumber* radiusY() { return m_radius->secondNumber(); }
|
| SVGAnimatedString* in1() { return m_in1.get(); }
|
|
|