[graphite] Rename graphite's AdoptTextureFrom to WrapTexture to reflect actual functionality
* Graphite should not have AdoptTextureFrom(...) functionality; we are not responsible for owning backend textures and managing their lifetimes
* The existing implementation is actually just wrapping ("borrowing") the texture and not adopting ownership of it, so this just fixes the name.
* Also fixed some weird line wrapping
Change-Id: I6ff7b649eaee7eea097e468dd6d763d5e0d8b256
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/770697
Commit-Queue: Nicolette Prevost <nicolettep@google.com>
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
9 files changed