| Index: src/gpu/GrSWMaskHelper.cpp
|
| diff --git a/src/gpu/GrSWMaskHelper.cpp b/src/gpu/GrSWMaskHelper.cpp
|
| index 0e0a5413d272b84cd1efcb9c59657850c7e2323c..4266fcbbd0a358ec60cab0718bcc7774e51df82b 100644
|
| --- a/src/gpu/GrSWMaskHelper.cpp
|
| +++ b/src/gpu/GrSWMaskHelper.cpp
|
| @@ -353,7 +353,7 @@ void GrSWMaskHelper::DrawToTargetWithPathMask(GrTexture* texture,
|
| if (!viewMatrix.invert(&invert)) {
|
| return;
|
| }
|
| - GrPipelineBuilder::AutoRestoreFragmentProcessors arfp(pipelineBuilder);
|
| + GrPipelineBuilder::AutoRestoreFragmentProcessorState arfps(*pipelineBuilder);
|
|
|
| SkRect dstRect = SkRect::MakeLTRB(SK_Scalar1 * rect.fLeft,
|
| SK_Scalar1 * rect.fTop,
|
|
|