| Index: src/gpu/GrStencilAndCoverTextContext.cpp
|
| diff --git a/src/gpu/GrStencilAndCoverTextContext.cpp b/src/gpu/GrStencilAndCoverTextContext.cpp
|
| index 9c3ba6af8a4b50738bcad8201840a8010f99634a..6dbfe9f2a270f7ed80d16d59a8be2d4a1d4fcec1 100644
|
| --- a/src/gpu/GrStencilAndCoverTextContext.cpp
|
| +++ b/src/gpu/GrStencilAndCoverTextContext.cpp
|
| @@ -354,7 +354,7 @@ void GrStencilAndCoverTextContext::init(GrRenderTarget* rt,
|
|
|
| fStateRestore.set(&fPipelineBuilder);
|
|
|
| - fPipelineBuilder.setFromPaint(fPaint, fRenderTarget);
|
| + fPipelineBuilder.setFromPaint(fPaint, fRenderTarget, fClip);
|
|
|
| GR_STATIC_CONST_SAME_STENCIL(kStencilPass,
|
| kZero_StencilOp,
|
|
|