Index: src/core/SkScalerContext.cpp |
diff --git a/src/core/SkScalerContext.cpp b/src/core/SkScalerContext.cpp |
index dad8e5eb21798907eff0e5b1f71d211ae03aea27..16cc940c067cbd296c7038900aa6fd6a56c4045d 100644 |
--- a/src/core/SkScalerContext.cpp |
+++ b/src/core/SkScalerContext.cpp |
@@ -693,7 +693,7 @@ void SkScalerContext::internalGetPath(const SkGlyph& glyph, SkPath* fillPath, |
void SkScalerContextRec::getMatrixFrom2x2(SkMatrix* dst) const { |
dst->setAll(fPost2x2[0][0], fPost2x2[0][1], 0, |
fPost2x2[1][0], fPost2x2[1][1], 0, |
- 0, 0, SkScalarToPersp(SK_Scalar1)); |
+ 0, 0, 1); |
} |
void SkScalerContextRec::getLocalMatrix(SkMatrix* m) const { |