| Index: src/gpu/batches/GrMSAAPathRenderer.cpp
|
| diff --git a/src/gpu/batches/GrMSAAPathRenderer.cpp b/src/gpu/batches/GrMSAAPathRenderer.cpp
|
| index d38d88600a4874dbe704a9f7f2a02f60778eb0fd..5b49e6b1383d4d630c765015dcf509e080f3fd5a 100644
|
| --- a/src/gpu/batches/GrMSAAPathRenderer.cpp
|
| +++ b/src/gpu/batches/GrMSAAPathRenderer.cpp
|
| @@ -658,7 +658,6 @@
|
| GrRectBatchFactory::CreateNonAAFill(paint.getColor(), viewM, bounds, nullptr,
|
| &localMatrix));
|
|
|
| - SkASSERT(GrPipelineBuilder::kBoth_DrawFace == drawFace[p]);
|
| GrPipelineBuilder pipelineBuilder(paint, drawContext->mustUseHWAA(paint));
|
| pipelineBuilder.setDrawFace(drawFace[p]);
|
| if (passes[p]) {
|
|
|