| Index: Source/platform/graphics/filters/FEMorphology.h
|
| diff --git a/Source/platform/graphics/filters/FEMorphology.h b/Source/platform/graphics/filters/FEMorphology.h
|
| index fcc5b3c4f8c1d0c1e3737bd35b9a8851ccb5a738..c037e5452492a8444f5b55785fb319598def1428 100644
|
| --- a/Source/platform/graphics/filters/FEMorphology.h
|
| +++ b/Source/platform/graphics/filters/FEMorphology.h
|
| @@ -50,7 +50,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;
|
|
|
| struct PaintingData {
|
| Uint8ClampedArray* srcPixelArray;
|
|
|