| Index: Source/core/svg/SVGFEFloodElement.h
|
| diff --git a/Source/core/svg/SVGFEFloodElement.h b/Source/core/svg/SVGFEFloodElement.h
|
| index 4fa91b678341b5e8a3a3bdd739134aa10789f788..aff8c9f9727847d8d19bc2c7934176505341a225 100644
|
| --- a/Source/core/svg/SVGFEFloodElement.h
|
| +++ b/Source/core/svg/SVGFEFloodElement.h
|
| @@ -33,8 +33,8 @@ public:
|
| private:
|
| explicit SVGFEFloodElement(Document&);
|
|
|
| - virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName);
|
| - virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*);
|
| + virtual bool setFilterEffectAttribute(FilterEffect*, const QualifiedName& attrName) OVERRIDE;
|
| + virtual PassRefPtr<FilterEffect> build(SVGFilterBuilder*, Filter*) OVERRIDE;
|
| };
|
|
|
| } // namespace WebCore
|
|
|