Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: Source/core/svg/SVGFEMorphologyElement.h

Issue 421823002: Remove SVGFEMorphologyElement.setRadius(radiusX, radiusY) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix test Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/svg/SVGFEMorphologyElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(); }
« no previous file with comments | « Source/core/frame/UseCounter.h ('k') | Source/core/svg/SVGFEMorphologyElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698