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

Unified Diff: Source/core/svg/graphics/filters/SVGFilterBuilder.cpp

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
Index: Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
diff --git a/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp b/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
index 5c731f2057ffc8f3abcf7be0dd6562b653cb5962..e27f4d707bcfe32af6d6efa1c0edae8c9f52390e 100644
--- a/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
+++ b/Source/core/svg/graphics/filters/SVGFilterBuilder.cpp
@@ -19,7 +19,6 @@
#include "config.h"
-#if ENABLE(SVG)
#include "core/svg/graphics/filters/SVGFilterBuilder.h"
#include "core/platform/graphics/filters/FilterEffect.h"
@@ -106,5 +105,3 @@ void SVGFilterBuilder::clearResultsRecursive(FilterEffect* effect)
}
} // namespace WebCore
-
-#endif // ENABLE(SVG)

Powered by Google App Engine
This is Rietveld 408576698