| Index: src/gpu/GrTextContext.h
|
| diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h
|
| index 05e179af53c84028e36905206090a57809c2ff6f..2521047938e9e13e83c0046b31117dca335ef137 100644
|
| --- a/src/gpu/GrTextContext.h
|
| +++ b/src/gpu/GrTextContext.h
|
| @@ -66,11 +66,11 @@ protected:
|
| const SkScalar pos[], int scalarsPerPosition,
|
| const SkPoint& offset, const SkIRect& clipBounds) = 0;
|
|
|
| - void drawTextAsPath(GrDrawContext*, GrRenderTarget*, const GrClip& clip,
|
| + void drawTextAsPath(GrDrawContext*, const GrClip& clip,
|
| const SkPaint& origPaint, const SkMatrix& viewMatrix,
|
| const char text[], size_t byteLength, SkScalar x, SkScalar y,
|
| const SkIRect& clipBounds);
|
| - void drawPosTextAsPath(GrDrawContext*, GrRenderTarget*, const GrClip& clip,
|
| + void drawPosTextAsPath(GrDrawContext*, const GrClip& clip,
|
| const SkPaint& origPaint, const SkMatrix& viewMatrix,
|
| const char text[], size_t byteLength,
|
| const SkScalar pos[], int scalarsPerPosition,
|
|
|