| Index: Source/platform/graphics/filters/FEColorMatrix.h
|
| diff --git a/Source/platform/graphics/filters/FEColorMatrix.h b/Source/platform/graphics/filters/FEColorMatrix.h
|
| index ddf343086bcc764d65f20f3ccd68e43dc3ac1104..98695efff5f57babffd9dd4733beed241cb90fc1 100644
|
| --- a/Source/platform/graphics/filters/FEColorMatrix.h
|
| +++ b/Source/platform/graphics/filters/FEColorMatrix.h
|
| @@ -49,7 +49,7 @@ public:
|
|
|
| virtual PassRefPtr<SkImageFilter> createImageFilter(SkiaImageFilterBuilder*) OVERRIDE;
|
|
|
| - virtual TextStream& externalRepresentation(TextStream&, int indention) const;
|
| + virtual TextStream& externalRepresentation(TextStream&, int indention) const OVERRIDE;
|
|
|
| static inline void calculateSaturateComponents(float* components, float value);
|
| static inline void calculateHueRotateComponents(float* components, float value);
|
|
|