aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRenderTargetPriv.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-10-16 13:01:07 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-10-16 17:21:31 +0000
commitd28a79d49549568c3ebac36288ea3965496333f8 (patch)
treeea8c7f5337d596b92421c44070574b4cb0af3cc2 /src/gpu/GrRenderTargetPriv.h
parent1bd76c468c2285b6484f58659641405bd4c3710a (diff)
Make GrResourceProvider more sk_spified
Change-Id: If191553093031705756358f4551a5b1e96439742 Reviewed-on: https://skia-review.googlesource.com/60000 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrRenderTargetPriv.h')
-rw-r--r--src/gpu/GrRenderTargetPriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrRenderTargetPriv.h b/src/gpu/GrRenderTargetPriv.h
index 271dd44dd7..e2285185a8 100644
--- a/src/gpu/GrRenderTargetPriv.h
+++ b/src/gpu/GrRenderTargetPriv.h
@@ -28,7 +28,7 @@ public:
* currently attached GrStencilAttachment will be removed if one was previously attached. This
* function returns false if there were any failure in attaching the GrStencilAttachment.
*/
- bool attachStencilAttachment(GrStencilAttachment* stencil);
+ bool attachStencilAttachment(sk_sp<GrStencilAttachment> stencil);
int numStencilBits() const;