Index: Source/core/svg/SVGFEOffsetElement.h |
diff --git a/Source/core/svg/SVGFEOffsetElement.h b/Source/core/svg/SVGFEOffsetElement.h |
index 74278647990d3913ca9f2d1312b2de4f4319d0fd..c09d5854a7ff4821f71eb609755a4a11f550326d 100644 |
--- a/Source/core/svg/SVGFEOffsetElement.h |
+++ b/Source/core/svg/SVGFEOffsetElement.h |
@@ -36,8 +36,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; |
BEGIN_DECLARE_ANIMATED_PROPERTIES(SVGFEOffsetElement) |
DECLARE_ANIMATED_STRING(In1, in1) |