| Index: src/gpu/GrStencilAndCoverTextContext.h
|
| diff --git a/src/gpu/GrStencilAndCoverTextContext.h b/src/gpu/GrStencilAndCoverTextContext.h
|
| index 5985c201924ce1eb5dd6501fd2e5153b46a4613e..40d38c2375d7a3a64808870fafa62e751b52f6b1 100644
|
| --- a/src/gpu/GrStencilAndCoverTextContext.h
|
| +++ b/src/gpu/GrStencilAndCoverTextContext.h
|
| @@ -68,6 +68,9 @@
|
|
|
| virtual bool canDraw(const SkPaint& paint) SK_OVERRIDE;
|
|
|
| + virtual void onDrawText(const GrPaint&, const SkPaint&, const char text[],
|
| + size_t byteLength,
|
| + SkScalar x, SkScalar y) SK_OVERRIDE;
|
| virtual void onDrawPosText(const GrPaint&, const SkPaint&,
|
| const char text[], size_t byteLength,
|
| const SkScalar pos[], int scalarsPerPosition,
|
|
|