| Index: src/gpu/GrClipMaskManager.cpp
|
| diff --git a/src/gpu/GrClipMaskManager.cpp b/src/gpu/GrClipMaskManager.cpp
|
| index 3548963d4936aacb84c5d05c1c269ea877f090c0..3988e67ffe354f19510245be62a0f5d2ce00da2f 100644
|
| --- a/src/gpu/GrClipMaskManager.cpp
|
| +++ b/src/gpu/GrClipMaskManager.cpp
|
| @@ -865,7 +865,6 @@ bool GrClipMaskManager::createStencilClipMask(GrRenderTarget* rt,
|
| args.fPipelineBuilder = &pipelineBuilder;
|
| args.fViewMatrix = &viewMatrix;
|
| args.fPath = &clipPath;
|
| - args.fStroke = &stroke;
|
| pr->stencilPath(args);
|
| }
|
| }
|
|
|