| Index: src/gpu/GrBitmapTextContext.cpp
|
| diff --git a/src/gpu/GrBitmapTextContext.cpp b/src/gpu/GrBitmapTextContext.cpp
|
| index 55904e605189d7c1ac6ccee58fefe104d02b91d8..30c920562748769c3bac507ab3a01efc6617db61 100755
|
| --- a/src/gpu/GrBitmapTextContext.cpp
|
| +++ b/src/gpu/GrBitmapTextContext.cpp
|
| @@ -553,7 +553,7 @@ void GrBitmapTextContext::flush() {
|
|
|
| if (fCurrVertex > 0) {
|
| GrPipelineBuilder pipelineBuilder;
|
| - pipelineBuilder.setFromPaint(fPaint, fRenderTarget);
|
| + pipelineBuilder.setFromPaint(fPaint, fRenderTarget, fClip);
|
|
|
| // setup our sampler state for our text texture/atlas
|
| SkASSERT(SkIsAlign4(fCurrVertex));
|
|
|