Index: src/gpu/GrPathProcessor.cpp |
diff --git a/src/gpu/GrPathProcessor.cpp b/src/gpu/GrPathProcessor.cpp |
index b372adcff2df7d6e045ed4a3eda90b2b741956af..3a5ab44da15567f65d6414326371b4c2619095b2 100644 |
--- a/src/gpu/GrPathProcessor.cpp |
+++ b/src/gpu/GrPathProcessor.cpp |
@@ -84,5 +84,5 @@ void GrPathProcessor::getGLProcessorKey(const GrBatchTracker& bt, |
GrGLPrimitiveProcessor* GrPathProcessor::createGLInstance(const GrBatchTracker& bt, |
const GrGLSLCaps& caps) const { |
SkASSERT(caps.pathRenderingSupport()); |
- return SkNEW_ARGS(GrGLPathProcessor, (*this, bt)); |
+ return new GrGLPathProcessor(*this, bt); |
} |