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

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: 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..9a8dd49fb560d50ebc26cf9e319a50ad623f7032 100644
--- a/Source/core/svg/SVGFEComponentTransferElement.h
+++ b/Source/core/svg/SVGFEComponentTransferElement.h
@@ -38,7 +38,7 @@ public:
private:
explicit SVGFEComponentTransferElement(Document&);
- // FIXME: svgAttributeChanged missing.
+ virtual void svgAttributeChanged(const QualifiedName&) override;
fs 2015/03/31 08:25:50 After isSupportedAttribute please.
bool isSupportedAttribute(const QualifiedName&);
virtual PassRefPtrWillBeRawPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;
« no previous file with comments | « no previous file | Source/core/svg/SVGFEComponentTransferElement.cpp » ('j') | Source/core/svg/SVGFEComponentTransferElement.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698