Index: include/gpu/GrGlyph.h |
diff --git a/include/gpu/GrGlyph.h b/include/gpu/GrGlyph.h |
index 6de0c57d985cda57dff6372a8457e39ea5044967..a7d834153f4407bb781e7a79721e0aa48be3b51b 100644 |
--- a/include/gpu/GrGlyph.h |
+++ b/include/gpu/GrGlyph.h |
@@ -26,7 +26,7 @@ struct GrGlyph { |
SkPath* fPath; |
PackedID fPackedID; |
GrIRect16 fBounds; |
- GrIPoint16 fAtlasLocation; |
+ SkIPoint16 fAtlasLocation; |
void init(GrGlyph::PackedID packed, const SkIRect& bounds) { |
fPlot = NULL; |