commit | faa844b3686c48a491f779791c5248b8ffe0b3b4 | [log] [tgz] |
---|---|---|
author | Mike Klein <mtklein@google.com> | Wed Aug 26 14:32:45 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Thu Aug 27 13:44:38 2020 +0000 |
tree | 92c869bb60eea4da47a804f12a1c5533ba20a1ca | |
parent | 810c8cf519334c923f62f33a4616f1c1e6b2fac5 [diff] |
collapse some unused type hierarchy SkBitmapProcState is the only subclass of SkBitmapProcInfo, and BitmapProcShaderContext the only subclass of BitmapProcInfoContext. This folds it all together, and should be a no-op refactor. Change-Id: I971c03dbbebfcd1651ddac2f1b624329f415cc35 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/313439 Commit-Queue: Mike Klein <mtklein@google.com> Reviewed-by: Mike Reed <reed@google.com>