Index: src/gpu/effects/GrConfigConversionEffect.h |
diff --git a/src/gpu/effects/GrConfigConversionEffect.h b/src/gpu/effects/GrConfigConversionEffect.h |
index 65c55e78b6e76ba234f5d6712a7dffd26eddfa1b..93b49aa6560a30e38ff723467aef0dc49a995765 100644 |
--- a/src/gpu/effects/GrConfigConversionEffect.h |
+++ b/src/gpu/effects/GrConfigConversionEffect.h |
@@ -33,8 +33,8 @@ public: |
kPMConversionCnt |
}; |
- static const GrFragmentProcessor* Create(GrTexture*, const GrSwizzle&, PMConversion, |
- const SkMatrix&); |
+ static sk_sp<GrFragmentProcessor> Make(GrTexture*, const GrSwizzle&, PMConversion, |
+ const SkMatrix&); |
const char* name() const override { return "Config Conversion"; } |