commit | b69d0e0ac45e13f667bc11a937dcb547072bc93d | [log] [tgz] |
---|---|---|
author | herb <herb@google.com> | Wed Feb 25 06:47:06 2015 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Wed Feb 25 06:47:06 2015 -0800 |
tree | 5812e63a4c4c502ee9bd4c5ea751c3766ddec836 | |
parent | 5a23a14b1fbc7503bdeff83e4b45ae7c258c6e96 [diff] [blame] |
BUG=skia: (mtklein from here on) No public API changes. TBR=reed@google.com Committed: https://skia.googlesource.com/skia/+/f8d24e2c0c7b44b7ccf20e40890514db4cde7b15 Review URL: https://codereview.chromium.org/939123002
diff --git a/src/gpu/GrPathRendering.cpp b/src/gpu/GrPathRendering.cpp index c7f2d9d..456f6d8 100644 --- a/src/gpu/GrPathRendering.cpp +++ b/src/gpu/GrPathRendering.cpp
@@ -30,7 +30,7 @@ void generatePath(int glyphID, SkPath* out) SK_OVERRIDE { SkGlyph skGlyph; - skGlyph.init(SkGlyph::MakeID(glyphID)); + skGlyph.initWithGlyphID(glyphID); fScalerContext->getMetrics(&skGlyph); fScalerContext->getPath(skGlyph, out);