Index: include/gpu/effects/GrConstColorProcessor.h |
diff --git a/include/gpu/effects/GrConstColorProcessor.h b/include/gpu/effects/GrConstColorProcessor.h |
index 505c1b3330382fb77639fbe89f144d3fbf789753..ccd28684a5675c5d33e7bb5ef087f968d86807fe 100644 |
--- a/include/gpu/effects/GrConstColorProcessor.h |
+++ b/include/gpu/effects/GrConstColorProcessor.h |
@@ -29,7 +29,7 @@ public: |
static const int kInputModeCnt = kLastInputMode + 1; |
static GrFragmentProcessor* Create(GrColor color, InputMode mode) { |
- return SkNEW_ARGS(GrConstColorProcessor, (color, mode)); |
+ return new GrConstColorProcessor(color, mode); |
} |
~GrConstColorProcessor() override {} |