| Index: src/gpu/GrTextContext.h
|
| diff --git a/src/gpu/GrTextContext.h b/src/gpu/GrTextContext.h
|
| index 95344dd39fbea0ee3e7c4095c828ae0c88bc1f63..ec24fa7760250336217dbb6c9a54982e4781a153 100644
|
| --- a/src/gpu/GrTextContext.h
|
| +++ b/src/gpu/GrTextContext.h
|
| @@ -46,8 +46,6 @@ protected:
|
|
|
| virtual bool canDraw(const SkPaint& paint) = 0;
|
|
|
| - virtual void onDrawText(const GrPaint&, const SkPaint&, const char text[], size_t byteLength,
|
| - SkScalar x, SkScalar y) = 0;
|
| virtual void onDrawPosText(const GrPaint&, const SkPaint&,
|
| const char text[], size_t byteLength,
|
| const SkScalar pos[], int scalarsPerPosition,
|
|
|