Index: src/gpu/batches/GrDefaultPathRenderer.cpp |
diff --git a/src/gpu/batches/GrDefaultPathRenderer.cpp b/src/gpu/batches/GrDefaultPathRenderer.cpp |
index 446483bcd0d41d8588715dcb32ccb144e961369b..335f3b60faa9901180f4dbd38c5f1dd105873004 100644 |
--- a/src/gpu/batches/GrDefaultPathRenderer.cpp |
+++ b/src/gpu/batches/GrDefaultPathRenderer.cpp |
@@ -554,7 +554,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]) { |