summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
diff options
context:
space:
mode:
authorpdr@chromium.org <pdr@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-05-16 00:04:52 +0000
committerpdr@chromium.org <pdr@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2013-05-16 00:04:52 +0000
commit81fd495c5c2df074c52e231cc91e115023ee49b9 (patch)
tree2d81c12e1f2b1ee9ad9ddc91bd8a194244b14d07 /third_party/WebKit/Source/core/svg/SVGFEImageElement.h
parent36abdab15d40cd0eabda80b2df0d3c4114844b44 (diff)
downloadchromium_src-81fd495c5c2df074c52e231cc91e115023ee49b9.zip
chromium_src-81fd495c5c2df074c52e231cc91e115023ee49b9.tar.gz
chromium_src-81fd495c5c2df074c52e231cc91e115023ee49b9.tar.bz2
Remove ENABLE(SVG) patch (1 of 3)
This patch removes the bulk of the ENABLE(SVG) defines. The majority of this patch was generated using the following script, plus some manual cleanup: git grep --name-only "// ENABLE(SVG)" > svgfiles.txt xargs sed -i '/#endif \/\/ ENABLE(SVG)/d' < svgfiles.txt xargs sed -i '/#if ENABLE(SVG)/d' < svgfiles.txt BUG=240006 TBR=ojan@chromium.org Review URL: https://codereview.chromium.org/15211003 git-svn-id: svn://svn.chromium.org/blink/trunk@150461 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/core/svg/SVGFEImageElement.h')
-rw-r--r--third_party/WebKit/Source/core/svg/SVGFEImageElement.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
index 016b774..a1c95c0 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
@@ -21,7 +21,6 @@
#ifndef SVGFEImageElement_h
#define SVGFEImageElement_h
-#if ENABLE(SVG)
#include "core/loader/cache/CachedImage.h"
#include "core/loader/cache/CachedResourceHandle.h"
#include "core/platform/graphics/ImageBuffer.h"
@@ -74,5 +73,4 @@ private:
} // namespace WebCore
-#endif // ENABLE(SVG)
#endif