Index: Source/platform/graphics/filters/FESpecularLighting.h |
diff --git a/Source/platform/graphics/filters/FESpecularLighting.h b/Source/platform/graphics/filters/FESpecularLighting.h |
index fd33b0c086be12a01c66360d281e525a6ab828af..fd314ab84323f0b00be5431f8e0dccab0687a2ff 100644 |
--- a/Source/platform/graphics/filters/FESpecularLighting.h |
+++ b/Source/platform/graphics/filters/FESpecularLighting.h |
@@ -54,7 +54,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: |
FESpecularLighting(Filter*, const Color&, float, float, float, float, float, PassRefPtr<LightSource>); |