Index: Source/platform/graphics/filters/FEMerge.h |
diff --git a/Source/platform/graphics/filters/FEMerge.h b/Source/platform/graphics/filters/FEMerge.h |
index 05e374e58e49c5644f9534648fafec2ab22e42e4..22fd7fc560f64c910bc86d20c2276245abf5e883 100644 |
--- a/Source/platform/graphics/filters/FEMerge.h |
+++ b/Source/platform/graphics/filters/FEMerge.h |
@@ -35,7 +35,7 @@ public: |
virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE; |
- virtual TextStream& externalRepresentation(TextStream&, int indention) const; |
+ virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE; |
private: |
FEMerge(Filter*); |