commit | 081e6f375497131f74ef7baaaf24db815906903d | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Wed Jan 16 13:46:02 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Jan 16 20:15:04 2019 +0000 |
tree | 411eb7e57188c4225ca3e38575e2b217d0dbcee9 | |
parent | 765bdaa6cafdfe6e254dd5f14d3c40024c0afe03 [diff] [blame] |
Rename GrGlyphCache -> GrStrikeCache Change-Id: Ie6fdcc6ce1f2265783ebb4dcd1b1ce087a296ddf Reviewed-on: https://skia-review.googlesource.com/c/184500 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Herb Derby <herb@google.com>
diff --git a/tools/gpu/GrTest.cpp b/tools/gpu/GrTest.cpp index 43b9b38..dbead97 100644 --- a/tools/gpu/GrTest.cpp +++ b/tools/gpu/GrTest.cpp
@@ -29,7 +29,7 @@ #include "ccpr/GrCoverageCountingPathRenderer.h" #include "ccpr/GrCCPathCache.h" #include "ops/GrMeshDrawOp.h" -#include "text/GrGlyphCache.h" +#include "text/GrStrikeCache.h" #include "text/GrTextBlobCache.h" #include <algorithm>