aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/effects/Gr1DKernelEffect.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/effects/Gr1DKernelEffect.h')
-rw-r--r--src/gpu/effects/Gr1DKernelEffect.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gpu/effects/Gr1DKernelEffect.h b/src/gpu/effects/Gr1DKernelEffect.h
index 24c94fcce2..a960eeec3a 100644
--- a/src/gpu/effects/Gr1DKernelEffect.h
+++ b/src/gpu/effects/Gr1DKernelEffect.h
@@ -28,15 +28,6 @@ public:
kY_Direction,
};
- Gr1DKernelEffect(GrTexture* texture,
- Direction direction,
- int radius,
- OptimizationFlags optFlags)
- : INHERITED(texture, nullptr, SkMatrix::I(), optFlags)
- , fDirection(direction)
- , fRadius(radius) {
- }
-
Gr1DKernelEffect(GrContext* ctx, OptimizationFlags optFlags, sk_sp<GrTextureProxy> proxy,
Direction direction, int radius)
: INHERITED(ctx, optFlags, std::move(proxy), nullptr, SkMatrix::I())