| Index: src/gpu/text/GrTextUtils.h
|
| diff --git a/src/gpu/text/GrTextUtils.h b/src/gpu/text/GrTextUtils.h
|
| index 0996f655a37a316d58fc741dba7bbd71d94e57e2..8f673afbed6c699524794ea169c7aeb60b823c3e 100644
|
| --- a/src/gpu/text/GrTextUtils.h
|
| +++ b/src/gpu/text/GrTextUtils.h
|
| @@ -35,14 +35,13 @@
|
| public:
|
| // Functions for appending BMP text to GrAtlasTextBlob
|
| static void DrawBmpText(GrAtlasTextBlob*, int runIndex,
|
| - GrBatchFontCache*, const SkSurfaceProps&,
|
| - const SkPaint&,
|
| + GrBatchFontCache*, SkGlyphCache*, const SkPaint&,
|
| GrColor, const SkMatrix& viewMatrix,
|
| const char text[], size_t byteLength,
|
| SkScalar x, SkScalar y);
|
|
|
| static void DrawBmpPosText(GrAtlasTextBlob*, int runIndex,
|
| - GrBatchFontCache*, const SkSurfaceProps&, const SkPaint&,
|
| + GrBatchFontCache*, SkGlyphCache*, const SkPaint&,
|
| GrColor, const SkMatrix& viewMatrix,
|
| const char text[], size_t byteLength,
|
| const SkScalar pos[], int scalarsPerPosition,
|
|
|