Index: src/gpu/GrDistanceFieldTextContext.h |
diff --git a/src/gpu/GrDistanceFieldTextContext.h b/src/gpu/GrDistanceFieldTextContext.h |
index 63fe8efcb803faf034808502bcc8546b13b4cd7c..26208822d9c4b50ff15dfea15941e61379f9775c 100644 |
--- a/src/gpu/GrDistanceFieldTextContext.h |
+++ b/src/gpu/GrDistanceFieldTextContext.h |
@@ -34,7 +34,7 @@ private: |
SkScalar fTextRatio; |
void init(const GrPaint&, const SkPaint&); |
- void drawPackedGlyph(GrGlyph::PackedID, GrFixed left, GrFixed top, GrFontScaler*); |
+ void drawPackedGlyph(GrGlyph::PackedID, SkFixed left, SkFixed top, GrFontScaler*); |
void flushGlyphs(); // automatically called by destructor |
void finish(); |