Index: src/gpu/effects/GrBicubicEffect.cpp |
diff --git a/src/gpu/effects/GrBicubicEffect.cpp b/src/gpu/effects/GrBicubicEffect.cpp |
index e3b959da4b277cad2de5291aa8f28a44aeb4f914..ad9be6bdc7968d9129863a3e2375a799b7db3fb8 100644 |
--- a/src/gpu/effects/GrBicubicEffect.cpp |
+++ b/src/gpu/effects/GrBicubicEffect.cpp |
@@ -159,7 +159,7 @@ void GrBicubicEffect::onGetGLProcessorKey(const GrGLSLCaps& caps, |
} |
GrGLFragmentProcessor* GrBicubicEffect::onCreateGLInstance() const { |
- return SkNEW_ARGS(GrGLBicubicEffect, (*this)); |
+ return new GrGLBicubicEffect(*this); |
} |
bool GrBicubicEffect::onIsEqual(const GrFragmentProcessor& sBase) const { |