Index: src/gpu/effects/GrConvolutionEffect.cpp |
diff --git a/src/gpu/effects/GrConvolutionEffect.cpp b/src/gpu/effects/GrConvolutionEffect.cpp |
index 3ab9efb0499cdf420d22190afb4f3fbefa75209d..f70b664505456107f28b85ab99e0d1c46abd76a4 100644 |
--- a/src/gpu/effects/GrConvolutionEffect.cpp |
+++ b/src/gpu/effects/GrConvolutionEffect.cpp |
@@ -201,7 +201,7 @@ void GrConvolutionEffect::onGetGLProcessorKey(const GrGLSLCaps& caps, |
} |
GrGLFragmentProcessor* GrConvolutionEffect::onCreateGLInstance() const { |
- return SkNEW_ARGS(GrGLConvolutionEffect, (*this)); |
+ return new GrGLConvolutionEffect(*this); |
} |
bool GrConvolutionEffect::onIsEqual(const GrFragmentProcessor& sBase) const { |