commit | 80bff5b3a2d7fa772ce0e32247c1a448d8bb48bf | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Tue Aug 20 16:56:18 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Aug 21 12:09:54 2019 +0000 |
tree | 4bc6095127a8283ee4b4680c2f232418982b813d | |
parent | 362a1e0fab5913376dfacc4e6875e4bf2bff62b3 [diff] [blame] |
Remove GrProxyPendingIO Change-Id: I9cf40f0518673206c6304e3f386dd75c9a44f269 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/235865 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/GrXferProcessor.h b/src/gpu/GrXferProcessor.h index 604c68d..18525e7 100644 --- a/src/gpu/GrXferProcessor.h +++ b/src/gpu/GrXferProcessor.h
@@ -87,6 +87,7 @@ void setOffset(int ox, int oy) { fOffset.set(ox, oy); } GrTextureProxy* proxy() const { return fProxy.get(); } + sk_sp<GrTextureProxy> refProxy() const { return fProxy; } void setProxy(sk_sp<GrTextureProxy> proxy) { fProxy = std::move(proxy);