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

Unified Diff: Source/core/svg/SVGElement.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/SVGElement.h
diff --git a/Source/core/svg/SVGElement.h b/Source/core/svg/SVGElement.h
index 9e50e39274dfad72430f2a3469fc5adb2270b7bd..849cd5edda25de8892a45faf0eca18e376deaaff 100644
--- a/Source/core/svg/SVGElement.h
+++ b/Source/core/svg/SVGElement.h
@@ -25,7 +25,6 @@
#include "core/dom/Element.h"
#include "core/svg/SVGAnimatedString.h"
#include "core/svg/SVGParsingError.h"
-#include "core/svg/properties/SVGAnimatedPropertyMacros.h"
#include "core/svg/properties/SVGPropertyInfo.h"
#include "platform/Timer.h"
#include "wtf/HashMap.h"
@@ -216,8 +215,6 @@ private:
unsigned m_hasSVGRareData : 1;
RefPtr<SVGAnimatedString> m_className;
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGElement)
- END_DECLARE_ANIMATED_PROPERTIES
};
struct SVGAttributeHashTranslator {

Powered by Google App Engine
This is Rietveld 408576698