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/GrRenderTargetProxy.cpp b/src/gpu/GrRenderTargetProxy.cpp
index 27490d0..8fd61e9 100644
--- a/src/gpu/GrRenderTargetProxy.cpp
+++ b/src/gpu/GrRenderTargetProxy.cpp
@@ -159,6 +159,7 @@
             GrMipmapped::kNo,
             this->numSamples(),
             this->backendFormat(),
+            GrTextureType::kNone,
             this->isProtected(),
             this->isBudgeted(),
     };