| Index: src/effects/SkLightingImageFilter.cpp
|
| diff --git a/src/effects/SkLightingImageFilter.cpp b/src/effects/SkLightingImageFilter.cpp
|
| index 1f120c04666ee788abcb7aca1f5a710bf1d2cab2..91e49f74e943a4c43af4cdd47c0fd138de6b0870 100644
|
| --- a/src/effects/SkLightingImageFilter.cpp
|
| +++ b/src/effects/SkLightingImageFilter.cpp
|
| @@ -491,7 +491,7 @@ class GrLightingEffect : public GrSingleTextureEffect {
|
| public:
|
| GrLightingEffect(GrTexture* texture, const SkImageFilterLight* light, SkScalar surfaceScale,
|
| const SkMatrix& matrix, BoundaryMode boundaryMode);
|
| - virtual ~GrLightingEffect();
|
| + ~GrLightingEffect() override;
|
|
|
| const SkImageFilterLight* light() const { return fLight; }
|
| SkScalar surfaceScale() const { return fSurfaceScale; }
|
|
|