Index: Source/platform/graphics/filters/FEDropShadow.h |
diff --git a/Source/platform/graphics/filters/FEDropShadow.h b/Source/platform/graphics/filters/FEDropShadow.h |
index 4e7fe26ef0b75289e0c91a996c39ab8f9d685e0a..bd9519c58705759c840b500ef2f9b08746bd1276 100644 |
--- a/Source/platform/graphics/filters/FEDropShadow.h |
+++ b/Source/platform/graphics/filters/FEDropShadow.h |
@@ -53,7 +53,7 @@ public: |
virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL; |
- virtual TextStream& externalRepresentation(TextStream&, int indention) const; |
+ virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE; |
virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE; |
private: |