Fix extra semicolon.
Bug: skia: Change-Id: I4e7612515dbbd9a623f29e0d1f97684a5ea93536 Reviewed-on: https://skia-review.googlesource.com/c/181843 Auto-Submit: Joe Gregorio <jcgregorio@google.com> Reviewed-by: Kevin Lubick <kjlubick@google.com> Commit-Queue: Kevin Lubick <kjlubick@google.com>
This commit is contained in:
parent
bf515da22a
commit
a3efc72e28
@ -737,7 +737,7 @@ void GrTextBlob::generateFromGlyphRunList(GrGlyphCache* glyphCache,
|
||||
{
|
||||
SkExclusiveStrikePtr cache =SkStrikeCache::FindOrCreateStrikeExclusive(
|
||||
distanceFieldFont, distanceFieldPaint, props, flags, SkMatrix::I());
|
||||
sk_sp<GrTextStrike> currStrike = glyphCache->getStrike(cache.get());;
|
||||
sk_sp<GrTextStrike> currStrike = glyphCache->getStrike(cache.get());
|
||||
run->setupFont(distanceFieldPaint, distanceFieldFont, cache->getDescriptor());
|
||||
|
||||
auto perEmpty = [](const SkGlyph&, SkPoint) {};
|
||||
|
Loading…
Reference in New Issue
Block a user