Index: src/gpu/GrSoftwarePathRenderer.cpp |
diff --git a/src/gpu/GrSoftwarePathRenderer.cpp b/src/gpu/GrSoftwarePathRenderer.cpp |
index d9b58a83ec57fe1efed4e932196f9c172d2fbe54..3d5bc3e6561be7dc2e5f390763a27d7697e26bd1 100644 |
--- a/src/gpu/GrSoftwarePathRenderer.cpp |
+++ b/src/gpu/GrSoftwarePathRenderer.cpp |
@@ -146,8 +146,7 @@ bool GrSoftwarePathRenderer::onDrawPath(GrDrawTarget* target, |
return false; |
} |
robertphillips
2015/07/09 18:48:41
Can DrawToTargetWithPathMask take a "const GrPipel
|
- GrPipelineBuilder copy = *pipelineBuilder; |
- GrSWMaskHelper::DrawToTargetWithPathMask(texture, target, ©, color, viewMatrix, |
+ GrSWMaskHelper::DrawToTargetWithPathMask(texture, target, pipelineBuilder, color, viewMatrix, |
devPathBounds); |
if (path.isInverseFillType()) { |