summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
diff options
context:
space:
mode:
authorch.dumez@samsung.com <ch.dumez@samsung.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-02-17 02:37:44 +0000
committerch.dumez@samsung.com <ch.dumez@samsung.com@bbb929c8-8fbe-4397-9dbb-9b2b20218538>2014-02-17 02:37:44 +0000
commit510a47b19375661e66356e7d1ac5d238a0735e50 (patch)
treea7226f97bb2c94e0c7bb55ce2442171c06ca7fc9 /third_party/WebKit/Source/core/svg/SVGFEImageElement.h
parent0a34c052e9a6f385e79a7551a96d09f1e0214172 (diff)
downloadchromium_src-510a47b19375661e66356e7d1ac5d238a0735e50.zip
chromium_src-510a47b19375661e66356e7d1ac5d238a0735e50.tar.gz
chromium_src-510a47b19375661e66356e7d1ac5d238a0735e50.tar.bz2
Drop [LegacyImplementedInBaseClass] from SVGURIReference IDL interface
Drop [LegacyImplementedInBaseClass] from SVGURIReference IDL interface by refactoring the code. Also move the SVGURIReference code from subclasses to SVGURIReference to avoid code duplication. R=haraken, pdr BUG=344224 Review URL: https://codereview.chromium.org/169103002 git-svn-id: svn://svn.chromium.org/blink/trunk@167255 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 8698223..9e3839b 100644
--- a/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
+++ b/third_party/WebKit/Source/core/svg/SVGFEImageElement.h
@@ -43,7 +43,6 @@ public:
virtual ~SVGFEImageElement();
SVGAnimatedPreserveAspectRatio* preserveAspectRatio() { return m_preserveAspectRatio.get(); }
- SVGAnimatedString* href() { return m_href.get(); }
private:
explicit SVGFEImageElement(Document&);
@@ -63,7 +62,6 @@ private:
virtual void removedFrom(ContainerNode*) OVERRIDE;
RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio;
- RefPtr<SVGAnimatedString> m_href;
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEImageElement)
END_DECLARE_ANIMATED_PROPERTIES