aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkTextBlob.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkTextBlob.h')
-rw-r--r--include/core/SkTextBlob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkTextBlob.h b/include/core/SkTextBlob.h
index e43ff74a85..c211f85086 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;
};