From b69d0e0ac45e13f667bc11a937dcb547072bc93d Mon Sep 17 00:00:00 2001 From: herb Date: Wed, 25 Feb 2015 06:47:06 -0800 Subject: 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 --- src/gpu/GrPathRendering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gpu/GrPathRendering.cpp') diff --git a/src/gpu/GrPathRendering.cpp b/src/gpu/GrPathRendering.cpp index c7f2d9df54..456f6d84c0 100644 --- a/src/gpu/GrPathRendering.cpp +++ b/src/gpu/GrPathRendering.cpp @@ -30,7 +30,7 @@ public: 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); -- cgit v1.2.3