Index: Source/platform/graphics/filters/FESpecularLighting.h |
diff --git a/Source/platform/graphics/filters/FESpecularLighting.h b/Source/platform/graphics/filters/FESpecularLighting.h |
index 43412c6a0903ad8b184407e428c7132c450fc003..6c6624438af4c6bcfd6c46ff721cad9b26cd10cb 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 OVERRIDE; |
+ virtual TextStream& externalRepresentation(TextStream&, int indention) const override; |
private: |
FESpecularLighting(Filter*, const Color&, float, float, float, float, float, PassRefPtr<LightSource>); |