commit | 6c70661f864198f82994adee4dda747ada32bbe9 | [log] [tgz] |
---|---|---|
author | Robert Phillips <robertphillips@google.com> | Mon Dec 07 12:12:05 2020 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Dec 07 18:08:29 2020 +0000 |
tree | 7f28924cd2543d27f2a3930ea9e7dcba5f44a3eb | |
parent | e7f68f3644f312b82bb38deaece752d4b1a625db [diff] |
Pass GrMipMapped boolean down to GrResourceProvider::createTexture This is the portion of: https://skia-review.googlesource.com/c/skia/+/266916/ (Update two of GrResourceProvider's createTexture entry points) I still care about. Converting the boolean to an int and passing that down is dubious at best. Change-Id: I830cc3bfad36526bfa7884e21c9f376585d27f0b Reviewed-on: https://skia-review.googlesource.com/c/skia/+/341397 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>