aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/GrMatrixConvolutionEffect.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-02-04 06:11:53 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-02-04 06:11:53 -0800
commitbf536af15f4c176d3bef65b77b7592718bfd9068 (patch)
tree80457c99422dad84b6444ba1151f6897ab407824 /src/gpu/effects/GrMatrixConvolutionEffect.h
parent29e5a8932d7dae782f2e58d312a038f8888dab30 (diff)
Next round of GrGLSLFragmentProcessor-derived class cleanup
Diffstat (limited to 'src/gpu/effects/GrMatrixConvolutionEffect.h')
-rw-r--r--src/gpu/effects/GrMatrixConvolutionEffect.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gpu/effects/GrMatrixConvolutionEffect.h b/src/gpu/effects/GrMatrixConvolutionEffect.h
index b114abed61..066da65681 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; }