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

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

Issue 177703004: [SVG] Remove SVGAnimatedPropertyMacros.h (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
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)

Powered by Google App Engine
This is Rietveld 408576698