Index: src/core/SkGlyph.h |
diff --git a/src/core/SkGlyph.h b/src/core/SkGlyph.h |
index f9b94a0268f9c9de869f04d09a9cba370c3e42d3..0bccf6b4ce6ddcc0462705e6ac104741dfd8aece 100644 |
--- a/src/core/SkGlyph.h |
+++ b/src/core/SkGlyph.h |
@@ -94,6 +94,11 @@ public: |
return rb; |
} |
bungeman-skia
2016/03/07 23:02:55
I know this has already landed, but the post-revie
|
+ SK_ATTR_DEPRECATED("Temporary accessor for Android.") |
+ SkFixed advanceXFixed() const { return fAdvanceX; } |
+ SK_ATTR_DEPRECATED("Temporary accessor for Android.") |
+ SkFixed advanceYFixed() const { return fAdvanceY; } |
+ |
unsigned rowBytes() const { |
return ComputeRowBytes(fWidth, (SkMask::Format)fMaskFormat); |
} |