| Index: src/gpu/GrAADistanceFieldPathRenderer.cpp
|
| diff --git a/src/gpu/GrAADistanceFieldPathRenderer.cpp b/src/gpu/GrAADistanceFieldPathRenderer.cpp
|
| index f2d618efcde2a3116ceef6364325a39213531139..d50af9fbd85829e0b2c9235301f96da65cf7d036 100755
|
| --- a/src/gpu/GrAADistanceFieldPathRenderer.cpp
|
| +++ b/src/gpu/GrAADistanceFieldPathRenderer.cpp
|
| @@ -316,7 +316,7 @@ bool GrAADistanceFieldPathRenderer::internalDrawPath(GrDrawTarget* target,
|
| const SkPath& path,
|
| const PathData* pathData) {
|
| GrTexture* texture = fAtlas->getTexture();
|
| - GrPipelineBuilder::AutoRestoreEffects are(pipelineBuilder);
|
| + GrPipelineBuilder::AutoRestoreFragmentProcessors arfp(pipelineBuilder);
|
|
|
| SkASSERT(pathData->fPlot);
|
| GrDrawTarget::DrawToken drawToken = target->getCurrentDrawToken();
|
|
|