| Index: src/gpu/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp
|
| index c260382dbb394690246e7be17b5498c2e2e16b5d..e4fc6ec87d914741bfd47b96f0cdd8c48936497c 100644
|
| --- a/src/gpu/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/GrAAConvexPathRenderer.cpp
|
| @@ -678,7 +678,7 @@ bool GrAAConvexPathRenderer::onDrawPath(const SkPath& origPath,
|
|
|
| static const int kEdgeAttrIndex = 1;
|
| GrEffect* quadEffect = QuadEdgeEffect::Create();
|
| - drawState->addCoverageEffect(quadEffect, kEdgeAttrIndex)->unref();
|
| + drawState->setGeometryProcessor(quadEffect, kEdgeAttrIndex)->unref();
|
|
|
| GrDrawTarget::AutoReleaseGeometry arg(target, vCount, iCount);
|
| if (!arg.succeeded()) {
|
|
|