Index: include/core/SkTextBlob.h |
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h |
index e43ff74a85f22ee2ebb751de060e757299f53653..c211f8508644d9df1a2f6b294a7a14c34d84ecb4 100644 |
--- a/include/core/SkTextBlob.h |
+++ b/include/core/SkTextBlob.h |
@@ -106,7 +106,7 @@ public: |
* A run is a sequence of glyphs sharing the same font metrics and positioning mode. |
*/ |
struct RunBuffer { |
- uint16_t* glyphs; |
+ SkGlyphID* glyphs; |
SkScalar* pos; |
}; |