commit | e56d31fd56cf9254af1297c6e8d1f54175279ec0 | [log] [tgz] |
---|---|---|
author | Greg Daniel <egdaniel@google.com> | Mon Aug 16 09:29:56 2021 -0400 |
committer | SkCQ <skcq-be@skia-corp.google.com.iam.gserviceaccount.com> | Mon Aug 16 14:17:58 2021 +0000 |
tree | 04cc7d629c418414932a99fa0a003dd2d425d3c5 | |
parent | 7d095952c2cf9c3458aa10bfe4937efb10c7bd9d [diff] [blame] |
Update LazySurfaceDesc to take a GrTextureType. Bug: skia:12342 Change-Id: Ic57f3f30bc7d0a9d932eb4ac1c28b87b3b544ce4 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/439282 Commit-Queue: Greg Daniel <egdaniel@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>
diff --git a/src/gpu/GrTextureProxy.cpp b/src/gpu/GrTextureProxy.cpp index 8b5e107..d7b5abf 100644 --- a/src/gpu/GrTextureProxy.cpp +++ b/src/gpu/GrTextureProxy.cpp
@@ -203,6 +203,7 @@ fMipmapped, 1, this->backendFormat(), + this->textureType(), this->isProtected(), this->isBudgeted(), };