Index: src/gpu/GrStencilAndCoverTextContext.cpp |
diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp |
index a8653fe3dc54fc4fecdd330f66840c05df900b57..bf1e58dae85779c292393e0967a226c6aa3e052e 100644 |
--- a/src/gpu/GrStencilAndCoverTextContext.cpp |
+++ b/src/gpu/GrStencilAndCoverTextContext.cpp |
@@ -399,7 +399,7 @@ static const SkScalar* get_xy_scalar_array(const SkPoint* pointArray) { |
void GrStencilAndCoverTextContext::flush() { |
if (fQueuedGlyphCount > 0) { |
- fDrawTarget->drawPaths(&fDrawState, fGlyphs, |
+ fDrawTarget->drawPaths(&fDrawState, fPaint.getColor(), fGlyphs, |
fGlyphIndices, GrPathRange::kU16_PathIndexType, |
get_xy_scalar_array(fGlyphPositions), |
GrPathRendering::kTranslate_PathTransformType, |