commit | a00da61c5d87320f4e508b9f44bc7ea3e18d39bd | [log] [tgz] |
---|---|---|
author | Herb Derby <herb@google.com> | Mon Mar 04 17:10:01 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Mar 05 21:13:56 2019 +0000 |
tree | 53d6b9da11f6a042b501100bae1ac5d5f4b4a911 | |
parent | e6752606a39584996d39ee5c4c979b24a26dfe89 [diff] [blame] |
Pointer to GrStrikeCache on GrTextBlob This will allow all the glyph drawing closures to live on the GrTextBlob. Other cleanup * Rename glyphCache things to grStrikeCache. Change-Id: I03e0353a1434230086a08184221272f1e5751ae6 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/197244 Commit-Queue: Herb Derby <herb@google.com> Reviewed-by: Mike Klein <mtklein@google.com>
diff --git a/src/atlastext/SkInternalAtlasTextContext.cpp b/src/atlastext/SkInternalAtlasTextContext.cpp index ba2924e..9be17a7 100644 --- a/src/atlastext/SkInternalAtlasTextContext.cpp +++ b/src/atlastext/SkInternalAtlasTextContext.cpp
@@ -50,7 +50,7 @@ } GrStrikeCache* SkInternalAtlasTextContext::glyphCache() { - return fGrContext->priv().getGlyphCache(); + return fGrContext->priv().getGrStrikeCache(); } GrTextBlobCache* SkInternalAtlasTextContext::textBlobCache() {