Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index a73faec42e20ce0fd485898a4e072ce8b78cb165..f766ca1c7f35c259d3f4b28a6f0dbc3f782b499d 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -1117,6 +1117,9 @@ |
static bool TooBigToUseCache(const SkMatrix& ctm, const SkMatrix& textM); |
+ bool tooBigToUseCache() const; |
+ bool tooBigToUseCache(const SkMatrix& ctm) const; |
+ |
// Set flags/hinting/textSize up to use for drawing text as paths. |
// Returns scale factor to restore the original textSize, since will will |
// have change it to kCanonicalTextSizeForPaths. |