Index: Source/platform/graphics/filters/FEDisplacementMap.h |
diff --git a/Source/platform/graphics/filters/FEDisplacementMap.h b/Source/platform/graphics/filters/FEDisplacementMap.h |
index 8ae3a2eea5115a211871f85d6385c4b4ced3517d..5ba390363da8f8a3e68b575f1e85118c9cdc02da 100644 |
--- a/Source/platform/graphics/filters/FEDisplacementMap.h |
+++ b/Source/platform/graphics/filters/FEDisplacementMap.h |
@@ -55,7 +55,7 @@ public: |
virtual FloatRect mapPaintRect(const FloatRect&, bool forward = true) OVERRIDE FINAL; |
- virtual TextStream& externalRepresentation(TextStream&, int indention) const; |
+ virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE; |
private: |
FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float); |