Index: src/gpu/GrYUVProvider.h |
diff --git a/src/gpu/GrYUVProvider.h b/src/gpu/GrYUVProvider.h |
index 85b238d098b7377d6fa99cb9252f45423fd27e14..c32af15df00596d7270564403f6befac081426dd 100644 |
--- a/src/gpu/GrYUVProvider.h |
+++ b/src/gpu/GrYUVProvider.h |
@@ -35,7 +35,7 @@ public: |
* |
* On failure (e.g. the provider had no data), this returns NULL. |
*/ |
- GrTexture* refAsTexture(GrContext*, const GrSurfaceDesc&, bool useCache); |
+ sk_sp<GrTexture> refAsTexture(GrContext*, const GrSurfaceDesc&, bool useCache); |
virtual uint32_t onGetID() = 0; |