diff --git a/src/core/SkGlyphRunPainter.cpp b/src/core/SkGlyphRunPainter.cpp index 966d0f57b9..ce24fa0830 100644 --- a/src/core/SkGlyphRunPainter.cpp +++ b/src/core/SkGlyphRunPainter.cpp @@ -737,7 +737,7 @@ void GrTextBlob::generateFromGlyphRunList(GrGlyphCache* glyphCache, { SkExclusiveStrikePtr cache =SkStrikeCache::FindOrCreateStrikeExclusive( distanceFieldFont, distanceFieldPaint, props, flags, SkMatrix::I()); - sk_sp currStrike = glyphCache->getStrike(cache.get());; + sk_sp currStrike = glyphCache->getStrike(cache.get()); run->setupFont(distanceFieldPaint, distanceFieldFont, cache->getDescriptor()); auto perEmpty = [](const SkGlyph&, SkPoint) {};