aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathRendering.cpp
diff options
context:
space:
mode:
authorGravatar herb <herb@google.com>2015-02-24 05:12:05 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2015-02-24 05:12:05 -0800
commitf8d24e2c0c7b44b7ccf20e40890514db4cde7b15 (patch)
tree01187c9c660dbc97ca5a3281b4d64a4a056b86b7 /src/gpu/GrPathRendering.cpp
parent73953e7d00f0a75a98e985ceed88059d35945327 (diff)
BUG=skia:
(mtklein from here on) No public API changes. TBR=reed@google.com Review URL: https://codereview.chromium.org/939123002
Diffstat (limited to 'src/gpu/GrPathRendering.cpp')
-rw-r--r--src/gpu/GrPathRendering.cpp2
1 files changed, 1 insertions, 1 deletions
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);