summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
diff options
context:
space:
mode:
authorkouhei@chromium.org <kouhei@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-03-06 09:38:35 +0000
committerkouhei@chromium.org <kouhei@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-03-06 09:38:35 +0000
commit874d005b349d86075d4d00ae1a3986f584ee59f1 (patch)
tree3815684d855c516091412bbb32ce6aa0c6ec1413 /third_party/WebKit/Source/core/svg/SVGFEImageElement.h
parent3d42c21b45ed56e5ee45e86ca0843aea5eaa0a39 (diff)
downloadchromium_src-874d005b349d86075d4d00ae1a3986f584ee59f1.zip
chromium_src-874d005b349d86075d4d00ae1a3986f584ee59f1.tar.gz
chromium_src-874d005b349d86075d4d00ae1a3986f584ee59f1.tar.bz2
[SVG] Remove SVGAnimatedPropertyMacros.h
These C macros are for the old SVGAnimatedProperty implementation. We introduced new animated property implementation in crbug.com/308818 , so they are no longer used. BUG=349370 NOTRY=true Review URL: https://codereview.chromium.org/177703004 git-svn-id: svn://svn.chromium.org/blink/trunk@168613 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 9e3839b..4d627ef 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
@@ -62,8 +62,6 @@ private:
virtual void removedFrom(ContainerNode*) OVERRIDE;
RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio;
- BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEImageElement)
- END_DECLARE_ANIMATED_PROPERTIES
ResourcePtr<ImageResource> m_cachedImage;
};