Rename GrTexture/Proxy/Priv mip map members/functions

Change-Id: Ib55cab0ef76ced165d1936e7d084edc7fa579c55
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/304737
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/GrProgramInfo.cpp b/src/gpu/GrProgramInfo.cpp
index ad58349..2c9d91f 100644
--- a/src/gpu/GrProgramInfo.cpp
+++ b/src/gpu/GrProgramInfo.cpp
@@ -47,8 +47,8 @@
             (tex->width() != 1 || tex->height() != 1)) {
             // There are some cases where we might be given a non-mipmapped texture with a
             // mipmap filter. See skbug.com/7094.
-            SkASSERT(tex->texturePriv().mipMapped() != GrMipmapped::kYes ||
-                     !tex->texturePriv().mipMapsAreDirty());
+            SkASSERT(tex->texturePriv().mipmapped() != GrMipmapped::kYes ||
+                     !tex->texturePriv().mipmapsAreDirty());
         }
     });
 }