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