aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrYUVProvider.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-05-11 05:15:55 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-05-11 05:15:56 -0700
commit677da9d4af2558ddd50a900e90a093d1b522bd5f (patch)
tree4a6252fd10a9fa9e66562f602e18455e4179af22 /src/gpu/GrYUVProvider.h
parent2139303e4c0a9cbcfac695977a80eb026a9296ab (diff)
Minor GrRenderTarget retraction
Diffstat (limited to 'src/gpu/GrYUVProvider.h')
-rw-r--r--src/gpu/GrYUVProvider.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrYUVProvider.h b/src/gpu/GrYUVProvider.h
index 85b238d098..c32af15df0 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;