| Index: src/gpu/GrAtlasTextContext.h
|
| diff --git a/src/gpu/GrAtlasTextContext.h b/src/gpu/GrAtlasTextContext.h
|
| index 4725ee529d3ae7c0536d0586881f29a2027bef8d..eb1abbac42c37bcc9a204b4f95dbdf249aa199f5 100644
|
| --- a/src/gpu/GrAtlasTextContext.h
|
| +++ b/src/gpu/GrAtlasTextContext.h
|
| @@ -142,7 +142,7 @@ private:
|
| BitmapTextBlob* CreateBlob(int glyphCount, int runCount);
|
|
|
| void appendGlyph(BitmapTextBlob*, int runIndex, GrGlyph::PackedID, int left, int top,
|
| - GrFontScaler*, const SkIRect& clipRect);
|
| + GrColor color, GrFontScaler*, const SkIRect& clipRect);
|
| void flush(GrDrawTarget*, BitmapTextBlob*, GrRenderTarget*, const GrPaint&, const GrClip&,
|
| const SkMatrix& viewMatrix, int paintAlpha);
|
|
|
|
|