| Index: src/gpu/GrAAConvexPathRenderer.cpp
|
| diff --git a/src/gpu/GrAAConvexPathRenderer.cpp b/src/gpu/GrAAConvexPathRenderer.cpp
|
| index 77980e468b6f7e71585f3c16fd9dfcafee3bebae..5d461ab3ed5fef6c65e8f8447c01de38ba998de1 100644
|
| --- a/src/gpu/GrAAConvexPathRenderer.cpp
|
| +++ b/src/gpu/GrAAConvexPathRenderer.cpp
|
| @@ -645,7 +645,7 @@ bool GrAAConvexPathRenderer::onDrawPath(const SkPath& origPath,
|
| };
|
| static const int kEdgeAttrIndex = 1;
|
| GrEffectRef* quadEffect = QuadEdgeEffect::Create();
|
| - drawState->setEffect(kEdgeEffectStage, quadEffect, kEdgeAttrIndex)->unref();
|
| + drawState->addCoverageEffect(quadEffect, kEdgeAttrIndex)->unref();
|
|
|
| GrDrawTarget::AutoReleaseGeometry arg(target, vCount, iCount);
|
| if (!arg.succeeded()) {
|
|
|