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