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

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

Issue 19368004: Get rid of special casing for 'operator' from the bindings generator (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Build fix Created 7 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/svg/SVGFECompositeElement.idl ('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 ed9e972d7050e49bd3a92b85088d702beeb49772..0c7ab3d5344d0060058d0fcdc5785b0b7691f3c4 100644
--- a/Source/core/svg/SVGFEMorphologyElement.h
+++ b/Source/core/svg/SVGFEMorphologyElement.h
@@ -76,7 +76,7 @@ private:
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEMorphologyElement)
DECLARE_ANIMATED_STRING(In1, in1)
- DECLARE_ANIMATED_ENUMERATION(_operator, _operator, MorphologyOperatorType)
+ DECLARE_ANIMATED_ENUMERATION(SVGOperator, svgOperator, MorphologyOperatorType)
DECLARE_ANIMATED_NUMBER(RadiusX, radiusX)
DECLARE_ANIMATED_NUMBER(RadiusY, radiusY)
END_DECLARE_ANIMATED_PROPERTIES
« no previous file with comments | « Source/core/svg/SVGFECompositeElement.idl ('k') | Source/core/svg/SVGFEMorphologyElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698