| Index: Source/platform/graphics/filters/FEConvolveMatrix.h
|
| diff --git a/Source/platform/graphics/filters/FEConvolveMatrix.h b/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| index 406b4242f81486c9ce1cb4620db768f561b6d94c..154ff1ddacb6bd5fc4f1c461a32873d507ac46a8 100644
|
| --- a/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| +++ b/Source/platform/graphics/filters/FEConvolveMatrix.h
|
| @@ -73,7 +73,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:
|
|
|
|
|