Index: Source/core/svg/SVGFEDropShadowElement.h |
diff --git a/Source/core/svg/SVGFEDropShadowElement.h b/Source/core/svg/SVGFEDropShadowElement.h |
index 2b48d763b7d9aac65cf1c9b9fcf11dd7d4c93fd1..0fb903674ed8324b568f1b5caffbe8d281421421 100644 |
--- a/Source/core/svg/SVGFEDropShadowElement.h |
+++ b/Source/core/svg/SVGFEDropShadowElement.h |
@@ -37,8 +37,8 @@ private: |
bool isSupportedAttribute(const QualifiedName&); |
virtual void parseAttribute(const QualifiedName&, const AtomicString&) OVERRIDE; |
- virtual void svgAttributeChanged(const QualifiedName&); |
- virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*); |
+ virtual void svgAttributeChanged(const QualifiedName&) OVERRIDE; |
+ virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE; |
static const AtomicString& stdDeviationXIdentifier(); |
static const AtomicString& stdDeviationYIdentifier(); |