commit | ecd3a2f865baebb829bdcc37224d1f02e5715e48 | [log] [tgz] |
---|---|---|
author | Kevin Lubick <kjlubick@google.com> | Thu Jan 05 08:17:45 2023 -0500 |
committer | Kevin Lubick <kjlubick@google.com> | Thu Jan 05 13:18:45 2023 +0000 |
tree | 12658d403847e3c0984520a3c326f0d2c71fc4d2 | |
parent | 158d51b34caacc8d00593618e19481bb08b3a9ad [diff] |
Remove enums from SkTypes.h SkBackingFit (only used privately) -> src/gpu/SkBackingFit.h SkBudgeted -> skgpu::Budgeted in include/gpu/GpuTypes.h because it appears to be used in both Ganesh and Graphite. This uses a typedef to support backwards compatibility until we migrate clients. Change-Id: I9a30c1f9a0c2688a5210c45e8b38b2f4ecd4b4fb Bug: skia:13983 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/621977 Reviewed-by: Brian Osman <brianosman@google.com>