commit | b520476ee6dcde51054d14c183c8e2c12c7602f5 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Wed Jun 19 14:12:13 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Jun 20 11:43:45 2019 +0000 |
tree | a96abfdb15a262cc0b199f8c4e50ae73df1639be | |
parent | b9ca863abadf980efa142c6ed7c83a42e547d2ce [diff] |
Swap GrSurfaceProxy over to being held via sk_sp This CL: replaces GrProxyRef with sk_sp streamlines GrIORefProxy to be more like SkRefCntBase (i.e., move the fTarget pointer to GrSurfaceProxy) Change-Id: I17d515100bb2d9104eed64269bd3bf75c1ebbbb8 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/221997 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>