| Index: src/gpu/GrAtlasTextBlob.h
|
| diff --git a/src/gpu/GrAtlasTextBlob.h b/src/gpu/GrAtlasTextBlob.h
|
| index 0f995769304864e04eaaddcee790249d7e933136..d99ae707e0d336acac520ad7c84d7a6922b039cd 100644
|
| --- a/src/gpu/GrAtlasTextBlob.h
|
| +++ b/src/gpu/GrAtlasTextBlob.h
|
| @@ -316,10 +316,9 @@ public:
|
| const SkMatrix& viewMatrix, SkScalar x, SkScalar y);
|
|
|
| // flush a GrAtlasTextBlob associated with a SkTextBlob
|
| - void flushCached(const SkTextBlob* blob,
|
| - GrContext* context,
|
| + void flushCached(GrContext* context,
|
| GrDrawContext* dc,
|
| - GrTextContext* textContext,
|
| + const SkTextBlob* blob,
|
| const SkSurfaceProps& props,
|
| const GrDistanceFieldAdjustTable* distanceAdjustTable,
|
| const SkPaint& skPaint,
|
| @@ -377,8 +376,8 @@ private:
|
| SkScalar transX, SkScalar transY,
|
| const SkIRect& clipBounds);
|
|
|
| - void flushRunAsPaths(GrDrawContext* dc,
|
| - GrTextContext* textContext,
|
| + void flushRunAsPaths(GrContext* context,
|
| + GrDrawContext* dc,
|
| const SkSurfaceProps& props,
|
| const SkTextBlobRunIterator& it,
|
| const GrClip& clip, const SkPaint& skPaint,
|
|
|