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

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

Issue 15183007: Remove ENABLE(SVG) patch (1 of 3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 7 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/SVGAnimatedBoolean.cpp ('k') | Source/core/svg/SVGAnimatedColor.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/svg/SVGAnimatedColor.h
diff --git a/Source/core/svg/SVGAnimatedColor.h b/Source/core/svg/SVGAnimatedColor.h
index b0c18b9ec7d02407690fffd7882a03a410fad5c5..4081d9deef43753900d8cd7c1b0eb5be05c267f9 100644
--- a/Source/core/svg/SVGAnimatedColor.h
+++ b/Source/core/svg/SVGAnimatedColor.h
@@ -20,7 +20,6 @@
#ifndef SVGAnimatedColor_h
#define SVGAnimatedColor_h
-#if ENABLE(SVG)
#include "core/svg/SVGAnimatedTypeAnimator.h"
namespace WebCore {
@@ -43,8 +42,7 @@ public:
virtual void calculateAnimatedValue(float percentage, unsigned repeatCount, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*, SVGAnimatedType*);
virtual float calculateDistance(const String& fromString, const String& toString);
};
-} // namespace WebCore
-#endif // ENABLE(SVG)
+} // namespace WebCore
#endif
« no previous file with comments | « Source/core/svg/SVGAnimatedBoolean.cpp ('k') | Source/core/svg/SVGAnimatedColor.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698