| Index: src/gpu/GrStencilAndCoverTextContext.cpp
|
| diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp
|
| index d70593e0e31f313545291536fb19a0dc21a81e2d..d6efe9810ce77a97b35aa01984431ec7218e0126 100644
|
| --- a/src/gpu/GrStencilAndCoverTextContext.cpp
|
| +++ b/src/gpu/GrStencilAndCoverTextContext.cpp
|
| @@ -367,9 +367,9 @@ void GrStencilAndCoverTextContext::flush() {
|
| return;
|
| }
|
|
|
| - fDrawTarget->drawPaths(&fDrawState, fGlyphs, fIndexBuffer, fPendingGlyphCount, fTransformBuffer,
|
| - GrPathRendering::kTranslate_PathTransformType,
|
| - GrPathRendering::kWinding_FillType);
|
| + fDrawTarget->drawPaths(&fDrawState, fGlyphs, fIndexBuffer, GrPathRange::kU16_PathIndexType,
|
| + fTransformBuffer, GrPathRendering::kTranslate_PathTransformType,
|
| + fPendingGlyphCount, GrPathRendering::kWinding_FillType);
|
|
|
| fPendingGlyphCount = 0;
|
| }
|
|
|