Index: src/gpu/batches/GrMSAAPathRenderer.cpp |
diff --git a/src/gpu/batches/GrMSAAPathRenderer.cpp b/src/gpu/batches/GrMSAAPathRenderer.cpp |
index 45971f568dc1d5e51d8cb8c0e72e613f31a97928..cd2713e98dcffd290ef293b6468c49f52592970b 100644 |
--- a/src/gpu/batches/GrMSAAPathRenderer.cpp |
+++ b/src/gpu/batches/GrMSAAPathRenderer.cpp |
@@ -667,7 +667,7 @@ bool GrMSAAPathRenderer::internalDrawPath(GrDrawContext* drawContext, |
GrRectBatchFactory::CreateNonAAFill(color, viewM, bounds, nullptr, |
&localMatrix)); |
- GrPipelineBuilder pipelineBuilder(paint, drawContext->isUnifiedMultisampled()); |
+ GrPipelineBuilder pipelineBuilder(paint, drawContext->mustUseHWAA(paint)); |
pipelineBuilder.setDrawFace(drawFace[p]); |
if (passes[p]) { |
pipelineBuilder.setUserStencil(passes[p]); |
@@ -688,7 +688,7 @@ bool GrMSAAPathRenderer::internalDrawPath(GrDrawContext* drawContext, |
return false; |
} |
- GrPipelineBuilder pipelineBuilder(paint, drawContext->isUnifiedMultisampled()); |
+ GrPipelineBuilder pipelineBuilder(paint, drawContext->mustUseHWAA(paint)); |
pipelineBuilder.setDrawFace(drawFace[p]); |
if (passes[p]) { |
pipelineBuilder.setUserStencil(passes[p]); |