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/GrTextureRenderTargetProxy.cpp b/src/gpu/GrTextureRenderTargetProxy.cpp
index f42629c..82a67d4 100644
--- a/src/gpu/GrTextureRenderTargetProxy.cpp
+++ b/src/gpu/GrTextureRenderTargetProxy.cpp
@@ -28,7 +28,7 @@
const GrBackendFormat& format,
SkISize dimensions,
int sampleCnt,
- GrMipMapped mipMapped,
+ GrMipmapped mipMapped,
GrMipMapsStatus mipMapsStatus,
SkBackingFit fit,
SkBudgeted budgeted,
@@ -51,7 +51,7 @@
const GrBackendFormat& format,
SkISize dimensions,
int sampleCnt,
- GrMipMapped mipMapped,
+ GrMipmapped mipMapped,
GrMipMapsStatus mipMapsStatus,
SkBackingFit fit,
SkBudgeted budgeted,
@@ -177,8 +177,8 @@
void GrTextureRenderTargetProxy::onValidateSurface(const GrSurface* surface) {
// Anything checked here should also be checking the GrTextureProxy version
SkASSERT(surface->asTexture());
- SkASSERT(GrMipMapped::kNo == this->proxyMipMapped() ||
- GrMipMapped::kYes == surface->asTexture()->texturePriv().mipMapped());
+ SkASSERT(GrMipmapped::kNo == this->proxyMipMapped() ||
+ GrMipmapped::kYes == surface->asTexture()->texturePriv().mipMapped());
// Anything checked here should also be checking the GrRenderTargetProxy version
SkASSERT(surface->asRenderTarget());