| Index: src/gpu/text/GrStencilAndCoverTextContext.h
|
| diff --git a/src/gpu/text/GrStencilAndCoverTextContext.h b/src/gpu/text/GrStencilAndCoverTextContext.h
|
| index 64bcd4dfbe8945e4fc7968ec705887df9ef1a326..d81cb7a00e6c664ee4fb43ed866cc209b64f6587 100644
|
| --- a/src/gpu/text/GrStencilAndCoverTextContext.h
|
| +++ b/src/gpu/text/GrStencilAndCoverTextContext.h
|
| @@ -78,7 +78,7 @@ private:
|
| void setPosText(const char text[], size_t byteLength, const SkScalar pos[],
|
| int scalarsPerPosition, const SkPoint& offset);
|
|
|
| - void draw(GrContext*, GrDrawContext*, GrPipelineBuilder*, const GrClip&, GrColor,
|
| + void draw(GrContext*, GrDrawContext*, const GrPaint&, const GrClip&, GrColor,
|
| const SkMatrix&, const SkSurfaceProps&,
|
| SkScalar x, SkScalar y, const SkIRect& clipBounds,
|
| GrAtlasTextContext* fallbackTextContext, const SkPaint& originalSkPaint) const;
|
|
|