Index: src/core/SkScalerContext.h |
diff --git a/src/core/SkScalerContext.h b/src/core/SkScalerContext.h |
index 3ebaa5900da4776e0dee0b4d1970cbde25f75391..b78efef9c23727049eaf55e7c321b7d10c3ddc72 100644 |
--- a/src/core/SkScalerContext.h |
+++ b/src/core/SkScalerContext.h |
@@ -82,7 +82,9 @@ struct SkScalerContextRec { |
void getMatrixFrom2x2(SkMatrix*) const; |
void getLocalMatrix(SkMatrix*) const; |
+ void getLocalMatrixWithoutTextSize(SkMatrix*) const; |
void getSingleMatrix(SkMatrix*) const; |
+ void getSingleMatrixWithoutTextSize(SkMatrix*) const; |
inline SkPaint::Hinting getHinting() const; |
inline void setHinting(SkPaint::Hinting); |