commit | 2638f3d44b021eb9a03e7bafb22f68852a65d575 | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Tue Oct 22 12:20:37 2019 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Oct 22 16:57:01 2019 +0000 |
tree | 867c6fe3f2f8e025c100998a8d827237b2e8fd74 | |
parent | 61fc799759212816d26a50b50b682a01884808ce [diff] [blame] |
rename atlassize->atlasdimensions Change-Id: I0262ed26f0b3523302bbb4e94dfca94d120fc70c Reviewed-on: https://skia-review.googlesource.com/c/skia/+/249980 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
diff --git a/src/gpu/text/GrAtlasManager.cpp b/src/gpu/text/GrAtlasManager.cpp index 8fb2a97..89b488d 100644 --- a/src/gpu/text/GrAtlasManager.cpp +++ b/src/gpu/text/GrAtlasManager.cpp
@@ -149,7 +149,7 @@ } #endif -void GrAtlasManager::setAtlasSizesToMinimum_ForTesting() { +void GrAtlasManager::setAtlasDimensionsToMinimum_ForTesting() { // Delete any old atlases. // This should be safe to do as long as we are not in the middle of a flush. for (int i = 0; i < kMaskFormatCount; i++) {