Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index 4b121da905d34cfcf1f590511c0a39489faeb9df..e43387e66fc898f2affd2039c35c21ea986a291a 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -188,7 +188,7 @@ void GrStencilAndCoverTextContext::onDrawPosText(GrRenderTarget* rt, |
const char* stop = text + byteLength; |
SkTextMapStateProc tmsProc(SkMatrix::I(), offset, scalarsPerPosition); |
- SkTextAlignProcScalar alignProc(fSkPaint.getTextAlign()); |
+ SkTextAlignProc alignProc(fSkPaint.getTextAlign()); |
while (text < stop) { |
const SkGlyph& glyph = glyphCacheProc(fGlyphCache, &text, 0, 0); |
if (glyph.fWidth) { |