Index: include/gpu/GrPaint.h |
diff --git a/include/gpu/GrPaint.h b/include/gpu/GrPaint.h |
index e4b2b099d18737faed35fec26278650fd608958f..e11ccc7ae92d5d472f9c50c99d6c1db970d046f1 100644 |
--- a/include/gpu/GrPaint.h |
+++ b/include/gpu/GrPaint.h |
@@ -126,7 +126,7 @@ public: |
fCoverageStages = paint.fCoverageStages; |
fXPFactory.reset(SkRef(paint.getXPFactory())); |
- fProcDataManager.reset(SkNEW_ARGS(GrProcessorDataManager, (*paint.processorDataManager()))); |
+ fProcDataManager.reset(new GrProcessorDataManager(*paint.processorDataManager())); |
return *this; |
} |