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

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-3 Created 5 years, 9 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/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;
« no previous file with comments | « LayoutTests/svg/repaint/fecomponenttransfer-in1-change-expected.txt ('k') | Source/core/svg/SVGFEComponentTransferElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698