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

Unified Diff: Source/core/svg/SVGPolyElement.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/SVGPolyElement.h
diff --git a/Source/core/svg/SVGPolyElement.h b/Source/core/svg/SVGPolyElement.h
index 28e6f03011f73c573c0dd1fe3e7ab7209fd914cf..d5ecf87c1a0f0a7dce6834249707422c5c393bf3 100644
--- a/Source/core/svg/SVGPolyElement.h
+++ b/Source/core/svg/SVGPolyElement.h
@@ -50,8 +50,6 @@ private:
private:
RefPtr<SVGAnimatedPointList> m_points;
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGPolyElement)
- END_DECLARE_ANIMATED_PROPERTIES
};
inline bool isSVGPolyElement(const Node& node)

Powered by Google App Engine
This is Rietveld 408576698