| Index: src/gpu/GrBitmapTextContext.h
|
| diff --git a/src/gpu/GrBitmapTextContext.h b/src/gpu/GrBitmapTextContext.h
|
| index 41229398492656f5cf86c1d95e136f5a7e09fe23..18f5cc0eef9b4ec5a2b41522ee8f8b82989b36cd 100644
|
| --- a/src/gpu/GrBitmapTextContext.h
|
| +++ b/src/gpu/GrBitmapTextContext.h
|
| @@ -33,7 +33,7 @@ private:
|
| GrTextStrike* fStrike;
|
|
|
| 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();
|
|
|
|
|