| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index 55597cfcccd13e52c7c65eb962c636ae70d4fae4..b7a6f03380a7f94097c159d35ce3a07347e56eb3 100644
|
| --- a/src/gpu/GrAtlasTextContext.h
|
| +++ b/src/gpu/GrAtlasTextContext.h
|
| @@ -277,15 +277,15 @@ private:
|
| inline void flushRun(GrDrawTarget*, GrPipelineBuilder*, BitmapTextBlob*, int run, GrColor,
|
| SkScalar transX, SkScalar transY, const SkPaint&);
|
| inline void flushBigGlyphs(BitmapTextBlob* cacheBlob, GrRenderTarget* rt,
|
| - const GrPaint& grPaint, const GrClip& clip,
|
| - SkScalar transX, SkScalar transY);
|
| + const SkPaint& skPaint,
|
| + SkScalar transX, SkScalar transY, const SkIRect& clipBounds);
|
|
|
| // We have to flush SkTextBlobs differently from drawText / drawPosText
|
| void flush(GrDrawTarget*, const SkTextBlob*, BitmapTextBlob*, GrRenderTarget*, const SkPaint&,
|
| const GrPaint&, SkDrawFilter*, const GrClip&, const SkMatrix& viewMatrix,
|
| const SkIRect& clipBounds, SkScalar x, SkScalar y, SkScalar transX, SkScalar transY);
|
| void flush(GrDrawTarget*, BitmapTextBlob*, GrRenderTarget*, const SkPaint&,
|
| - const GrPaint&, const GrClip&);
|
| + const GrPaint&, const GrClip&, const SkIRect& clipBounds);
|
|
|
| // A helper for drawing BitmapText in a run of distance fields
|
| inline void fallbackDrawPosText(BitmapTextBlob*, int runIndex,
|
|
|