Index: Source/core/svg/SVGFEBlendElement.h |
diff --git a/Source/core/svg/SVGFEBlendElement.h b/Source/core/svg/SVGFEBlendElement.h |
index 20e211dfd0f9928c0bc5870377d33b61f14f3780..712660698539e3f171cd4632341c1464fc820c3e 100644 |
--- a/Source/core/svg/SVGFEBlendElement.h |
+++ b/Source/core/svg/SVGFEBlendElement.h |
@@ -77,9 +77,9 @@ private: |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName); |
- virtual void svgAttributeChanged(const QualifiedName&); |
- virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*); |
+ virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName) OVERRIDE; |
+ virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
+ virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEBlendElement) |
DECLARE_ANIMATED_STRING(In1, in1) |