summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.h')
-rw-r--r--chromium/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.h b/chromium/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.h
index f93bc5ac0ed..8f2933bfffa 100644
--- a/chromium/third_party/WebKit/Source/platform/graphics/filters/FEDiffuseLighting.h
+++ b/chromium/third_party/WebKit/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>);