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

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

Issue 177703004: [SVG] Remove SVGAnimatedPropertyMacros.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: remove ws Created 6 years, 9 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/SVGSymbolElement.cpp ('k') | Source/core/svg/SVGTextContentElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGTextContentElement.h
diff --git a/Source/core/svg/SVGTextContentElement.h b/Source/core/svg/SVGTextContentElement.h
index 9b426756612e76088120a6f1f5e6ba0934c58c0b..51d90f805594a1b4795cc8fdeeb13b682325af48 100644
--- a/Source/core/svg/SVGTextContentElement.h
+++ b/Source/core/svg/SVGTextContentElement.h
@@ -82,8 +82,6 @@ private:
RefPtr<SVGAnimatedLength> m_textLength;
bool m_textLengthIsSpecifiedByUser;
RefPtr<SVGAnimatedEnumeration<SVGLengthAdjustType> > m_lengthAdjust;
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextContentElement)
- END_DECLARE_ANIMATED_PROPERTIES
};
inline bool isSVGTextContentElement(const Node& node)
« no previous file with comments | « Source/core/svg/SVGSymbolElement.cpp ('k') | Source/core/svg/SVGTextContentElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698