commit | 8a19083607ed9dc42a875919710bf99e36b67e87 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Mon Mar 13 10:14:57 2023 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Mar 13 14:59:47 2023 +0000 |
tree | 4ba269401f9a9d50cc9bf4f37bc37feda1971fa2 | |
parent | 289a43b0a3fe35fff80edf7c2f169b35cd826c92 [diff] |
Add alternate image pinning API A smaller version of https://skia-review.googlesource.com/c/skia/+/651760 which eventually aims at moving the GPU code out of SkImage_Raster and others. It introduces a type() method to be able to correctly downcast SkImage_Base subtypes. Change-Id: Id42ad55722abca32b54c78e09c6ca54dae4d9cbe Bug: skia:13983 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/651760 Commit-Queue: Kevin Lubick <kjlubick@google.com> Reviewed-by: Brian Osman <brianosman@google.com> Auto-Submit: Kevin Lubick <kjlubick@google.com>