Index: src/gpu/GrPathProcessor.h |
diff --git a/src/gpu/GrPathProcessor.h b/src/gpu/GrPathProcessor.h |
index 13b178fa805af647fb668ee58d165069ac6982cd..57c5a8ba127c3f961ec5d3cb739222f260aa2b1c 100644 |
--- a/src/gpu/GrPathProcessor.h |
+++ b/src/gpu/GrPathProcessor.h |
@@ -26,7 +26,7 @@ public: |
static GrPathProcessor* Create(GrColor color, |
const SkMatrix& viewMatrix = SkMatrix::I(), |
const SkMatrix& localMatrix = SkMatrix::I()) { |
- return SkNEW_ARGS(GrPathProcessor, (color, viewMatrix, localMatrix)); |
+ return new GrPathProcessor(color, viewMatrix, localMatrix); |
} |
void initBatchTracker(GrBatchTracker*, const GrPipelineOptimizations&) const override; |