Index: include/core/SkPaint.h |
diff --git a/include/core/SkPaint.h b/include/core/SkPaint.h |
index 35ce3e60c444eea94d84ee94d44edcf305c28af0..36fb737d0425da9954557d244bf1cd8f2a4f6f62 100644 |
--- a/include/core/SkPaint.h |
+++ b/include/core/SkPaint.h |
@@ -850,11 +850,12 @@ public: |
const SkPoint pos[], SkPath* path) const; |
#ifdef SK_BUILD_FOR_ANDROID |
- const SkGlyph& getUnicharMetrics(SkUnichar); |
- const SkGlyph& getGlyphMetrics(uint16_t); |
- const void* findImage(const SkGlyph&); |
+ const SkGlyph& getUnicharMetrics(SkUnichar, const SkMatrix*); |
+ const SkGlyph& getGlyphMetrics(uint16_t, const SkMatrix*); |
+ const void* findImage(const SkGlyph&, const SkMatrix*); |
uint32_t getGenerationID() const; |
+ void setGenerationID(uint32_t generationID); |
/** Returns the base glyph count for the strike associated with this paint |
*/ |