Rename GrMipMapped GrMipmapped

Change-Id: Ia2cfbca8982b57399b6681cbb4501c2933ab4df7
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/304576
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/SkGpuDevice_drawTexture.cpp b/src/gpu/SkGpuDevice_drawTexture.cpp
index ad9569d..32a48c9 100644
--- a/src/gpu/SkGpuDevice_drawTexture.cpp
+++ b/src/gpu/SkGpuDevice_drawTexture.cpp
@@ -412,7 +412,7 @@
         can_use_draw_texture(paint)) {
         // We've done enough checks above to allow us to pass ClampNearest() and not check for
         // scaling adjustments.
-        auto view = producer->view(GrMipMapped::kNo);
+        auto view = producer->view(GrMipmapped::kNo);
         if (!view) {
             return;
         }
@@ -832,7 +832,7 @@
             uint32_t uniqueID;
             view = image->refPinnedView(this->recordingContext(), &uniqueID);
             if (!view) {
-                view = image->refView(this->recordingContext(), GrMipMapped::kNo);
+                view = image->refView(this->recordingContext(), GrMipmapped::kNo);
             }
         }