Index: src/gpu/GrDistanceFieldTextContext.cpp |
diff --git a/src/gpu/GrDistanceFieldTextContext.cpp b/src/gpu/GrDistanceFieldTextContext.cpp |
index 2163e640490934ff3f9518ee16de4cea0fc07614..1a422c682a7d56f924aae5e39b7210bc07aec6d0 100755 |
--- a/src/gpu/GrDistanceFieldTextContext.cpp |
+++ b/src/gpu/GrDistanceFieldTextContext.cpp |
@@ -372,7 +372,7 @@ void GrDistanceFieldTextContext::drawText(const GrPaint& paint, const SkPaint& s |
SkFixed fy = SkScalarToFixed(y) + SK_FixedHalf; |
SkFixed fixedScale = SkScalarToFixed(sizeRatio); |
while (text < stop) { |
- const SkGlyph& glyph = glyphCacheProc(cache, &text, fx, fy); |
+ const SkGlyph& glyph = glyphCacheProc(cache, &text, 0, 0); |
if (glyph.fWidth) { |
this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(), |