Index: src/gpu/effects/GrMatrixConvolutionEffect.h |
diff --git a/src/gpu/effects/GrMatrixConvolutionEffect.h b/src/gpu/effects/GrMatrixConvolutionEffect.h |
index b114abed61a7433bea84c94f9b5334d80d5e621b..066da6568140fd02049ca0fc6b32df55905159e5 100644 |
--- a/src/gpu/effects/GrMatrixConvolutionEffect.h |
+++ b/src/gpu/effects/GrMatrixConvolutionEffect.h |
@@ -42,8 +42,6 @@ public: |
SkScalar sigmaX, |
SkScalar sigmaY); |
- virtual ~GrMatrixConvolutionEffect(); |
- |
const SkIRect& bounds() const { return fBounds; } |
const SkISize& kernelSize() const { return fKernelSize; } |
const float* kernelOffset() const { return fKernelOffset; } |