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

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

Issue 1074813002: Remove isSupportedAttribute in svg (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: invalidation guard tweaks Created 5 years, 8 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/SVGFEDisplacementMapElement.h
diff --git a/Source/core/svg/SVGFEDisplacementMapElement.h b/Source/core/svg/SVGFEDisplacementMapElement.h
index 20d7b932c528222cb77e7a39e26e08202f61c382..2b976a49e79e350998e6d4111646f07913a15fdb 100644
--- a/Source/core/svg/SVGFEDisplacementMapElement.h
+++ b/Source/core/svg/SVGFEDisplacementMapElement.h
@@ -48,7 +48,6 @@ public:
private:
explicit SVGFEDisplacementMapElement(Document&);
- bool isSupportedAttribute(const QualifiedName&);
virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName) override;
virtual void svgAttributeChanged(const QualifiedName&) override;
virtual PassRefPtrWillBeRawPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) override;

Powered by Google App Engine
This is Rietveld 408576698