Index: src/gpu/GrPathRendering.cpp |
diff --git a/src/gpu/GrPathRendering.cpp b/src/gpu/GrPathRendering.cpp |
index c7f2d9df549f880894f1bf298760a9e1a3ec9d7f..456f6d84c0b37fb4a2b0f10dd1c745b27af8a183 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); |