Chromium Code Reviews

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

Issue 1046673006: Add svgAttributeChanged function to SVGFEComponentTransferElement class (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: modify testcase-2 Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: Source/core/svg/SVGFEComponentTransferElement.h
diff --git a/Source/core/svg/SVGFEComponentTransferElement.h b/Source/core/svg/SVGFEComponentTransferElement.h
index fddc14b7cde8e7f5ac3718630ce3442ed23e85ab..876171dda1e4f9aaf767edf71a401c573a3aabaf 100644
--- a/Source/core/svg/SVGFEComponentTransferElement.h
+++ b/Source/core/svg/SVGFEComponentTransferElement.h
@@ -38,8 +38,8 @@ public:
private:
explicit SVGFEComponentTransferElement(Document&);
- // FIXME: svgAttributeChanged missing.
bool isSupportedAttribute(const QualifiedName&);
+ virtual void svgAttributeChanged(const QualifiedName&) override;
virtual PassRefPtrWillBeRawPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;
RefPtrWillBeMember<SVGAnimatedString> m_in1;

Powered by Google App Engine