| Index: src/gpu/GrSoftwarePathRenderer.cpp
|
| diff --git a/src/gpu/GrSoftwarePathRenderer.cpp b/src/gpu/GrSoftwarePathRenderer.cpp
|
| index 34a1af1b520635e60235e75f5064a21e5f66a11a..fb060aa4c2cfc221621515ecaf775ab702d428b5 100644
|
| --- a/src/gpu/GrSoftwarePathRenderer.cpp
|
| +++ b/src/gpu/GrSoftwarePathRenderer.cpp
|
| @@ -139,7 +139,7 @@ bool GrSoftwarePathRenderer::onDrawPath(GrDrawTarget* target,
|
| }
|
|
|
| SkAutoTUnref<GrTexture> texture(
|
| - GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke.getStrokeRec(),
|
| + GrSWMaskHelper::DrawPathMaskToTexture(fContext, path, stroke,
|
| devPathBounds,
|
| antiAlias, &viewMatrix));
|
| if (NULL == texture) {
|
|
|