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

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

Issue 130623002: Clean up static_cast<SVGFooElement*> by using toSVGFoo() (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 11 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/SVGAltGlyphItemElement.cpp ('k') | Source/core/svg/SVGAnimatedTransformList.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimateTransformElement.h
diff --git a/Source/core/svg/SVGAnimateTransformElement.h b/Source/core/svg/SVGAnimateTransformElement.h
index 86606d8890a50b8267ff191ef6e3690bd166bea3..3329f891442ca18a72ea2daffe6a4c33ae677639 100644
--- a/Source/core/svg/SVGAnimateTransformElement.h
+++ b/Source/core/svg/SVGAnimateTransformElement.h
@@ -47,6 +47,8 @@ private:
SVGTransform::SVGTransformType m_type;
};
+DEFINE_NODE_TYPE_CASTS(SVGAnimateTransformElement, hasTagName(SVGNames::animateTransformTag));
+
} // namespace WebCore
#endif // SVGAnimateTransformElement_h
« no previous file with comments | « Source/core/svg/SVGAltGlyphItemElement.cpp ('k') | Source/core/svg/SVGAnimatedTransformList.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698