aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrTexture.cpp
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-08-18 07:11:13 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-18 07:11:13 -0700
commitf1c6cd7603bd8c3f55b5070c8faa666652e98cc2 (patch)
tree25b5cfa259340ba0e03f7a0eb9f5479034afef82 /src/gpu/GrTexture.cpp
parent5814b8a1dda25665810e05408895ed202d31d472 (diff)
Rename WorseCaseSize to WorstCasSize
Diffstat (limited to 'src/gpu/GrTexture.cpp')
-rw-r--r--src/gpu/GrTexture.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrTexture.cpp b/src/gpu/GrTexture.cpp
index 683458182e..bb1a6bb081 100644
--- a/src/gpu/GrTexture.cpp
+++ b/src/gpu/GrTexture.cpp
@@ -51,7 +51,7 @@ size_t GrTexture::onGpuMemorySize() const {
}
SkASSERT(!SkToBool(fDesc.fFlags & kRenderTarget_GrSurfaceFlag));
- SkASSERT(textureSize <= WorseCaseSize(fDesc));
+ SkASSERT(textureSize <= WorstCaseSize(fDesc));
return textureSize;
}