| Index: Source/platform/graphics/filters/FEDiffuseLighting.h
|
| diff --git a/Source/platform/graphics/filters/FEDiffuseLighting.h b/Source/platform/graphics/filters/FEDiffuseLighting.h
|
| index f93bc5ac0edef8b6bc3f7607622238fce3f97f96..8f2933bfffa6c458cf00a58323bc41ea9c087549 100644
|
| --- a/Source/platform/graphics/filters/FEDiffuseLighting.h
|
| +++ b/Source/platform/graphics/filters/FEDiffuseLighting.h
|
| @@ -53,7 +53,7 @@ public:
|
| const LightSource* lightSource() const;
|
| void setLightSource(PassRefPtr<LightSource>);
|
|
|
| - virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
| + virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
|
|
| private:
|
| FEDiffuseLighting(Filter*, const Color&, float, float, float, float, PassRefPtr<LightSource>);
|
|
|