Index: src/core/SkBitmapProcShader.h |
diff --git a/src/core/SkBitmapProcShader.h b/src/core/SkBitmapProcShader.h |
index dbd82a7b8df610a1e7316b8f84b0692c68d92d28..1d374335c2a46b0a2ac3bc66924a891ffe1b069f 100644 |
--- a/src/core/SkBitmapProcShader.h |
+++ b/src/core/SkBitmapProcShader.h |
@@ -25,7 +25,7 @@ public: |
SK_DECLARE_PUBLIC_FLATTENABLE_DESERIALIZATION_PROCS(SkBitmapProcShader) |
#if SK_SUPPORT_GPU |
- const GrFragmentProcessor* asFragmentProcessor(GrContext*, const SkMatrix& viewM, |
+ sk_sp<GrFragmentProcessor> asFragmentProcessor(GrContext*, const SkMatrix& viewM, |
const SkMatrix*, SkFilterQuality, |
SkSourceGammaTreatment) const override; |
#endif |