Index: Source/core/svg/SVGFESpecularLightingElement.h |
diff --git a/Source/core/svg/SVGFESpecularLightingElement.h b/Source/core/svg/SVGFESpecularLightingElement.h |
index f76b161286d3efe96a6312c50164d2b24d39b47e..e855fc012ebd5081d831033d5d7fe5507a20bf59 100644 |
--- a/Source/core/svg/SVGFESpecularLightingElement.h |
+++ b/Source/core/svg/SVGFESpecularLightingElement.h |
@@ -40,9 +40,9 @@ private: |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&); |
- virtual void svgAttributeChanged(const QualifiedName&); |
- virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*); |
+ virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName&) OVERRIDE; |
+ virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
+ virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE; |
static const AtomicString& kernelUnitLengthXIdentifier(); |
static const AtomicString& kernelUnitLengthYIdentifier(); |