Index: src/gpu/text/GrAtlasTextBlob.h |
diff --git a/src/gpu/text/GrAtlasTextBlob.h b/src/gpu/text/GrAtlasTextBlob.h |
index 63c80333222a361262986805c450d7e5783ad244..f76d02644fb123fb5961de825592cea802d40877 100644 |
--- a/src/gpu/text/GrAtlasTextBlob.h |
+++ b/src/gpu/text/GrAtlasTextBlob.h |
@@ -293,8 +293,8 @@ private: |
void appendLargeGlyph(GrGlyph* glyph, SkGlyphCache* cache, const SkGlyph& skGlyph, |
SkScalar x, SkScalar y, SkScalar scale, bool applyVM); |
- inline void flushRun(GrDrawContext* dc, GrPipelineBuilder* pipelineBuilder, const GrClip&, |
- int run, const SkMatrix& viewMatrix, SkScalar x, SkScalar y, GrColor color, |
+ inline void flushRun(GrDrawContext* dc, const GrPaint&, const GrClip&, |
+ int run, const SkMatrix& viewMatrix, SkScalar x, SkScalar y, |
const SkPaint& skPaint, const SkSurfaceProps& props, |
const GrDistanceFieldAdjustTable* distanceAdjustTable, |
GrBatchFontCache* cache); |