commit | 1e83bc195f7f035a54f3793aa13902f7209bee41 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Wed Apr 05 10:16:17 2023 -0400 |
committer | Kevin Lubick <kjlubick@google.com> | Wed Apr 05 18:47:39 2023 +0000 |
tree | 2da24353cfc15a9c2fb8a0ee550c8375fed2885f | |
parent | 22e77fe9bc3f169792ab9f5dad9f69a67b600a47 [diff] |
Allow SkImage pointer in GetBackendTextureFromImage While Skia exclusively uses the sk_sp version, clients seem to use a mix of sk_sp and raw pointers. It seems silly to require clients to wrap the pointer just to have it be unwrapped, so this extra alias should make the transition more seamless. Change-Id: Iaa45f9e75848297386c8cf261c69c08fddd99dac Bug: skia:13983 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/666857 Reviewed-by: Brian Osman <brianosman@google.com>