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

Unified Diff: Source/core/svg/SVGTextPositioningElement.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/SVGTextPositioningElement.h
diff --git a/Source/core/svg/SVGTextPositioningElement.h b/Source/core/svg/SVGTextPositioningElement.h
index 126cf87ec55a32b5a15619eea6cf924e550ada2c..de1ec91f002a61988f42faf9cc4276e780bd3ab7 100644
--- a/Source/core/svg/SVGTextPositioningElement.h
+++ b/Source/core/svg/SVGTextPositioningElement.h
@@ -51,8 +51,6 @@ protected:
RefPtr<SVGAnimatedLengthList> m_dx;
RefPtr<SVGAnimatedLengthList> m_dy;
RefPtr<SVGAnimatedNumberList> m_rotate;
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGTextPositioningElement)
- END_DECLARE_ANIMATED_PROPERTIES
};
inline bool isSVGTextPositioningElement(const Node& node)

Powered by Google App Engine
This is Rietveld 408576698