| Index: src/gpu/GrDrawContext.cpp
|
| diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp
|
| index d73097a816981ddc2389e29b5fea2e6f18f070a0..76e0d8a66cd6900e473ce0e17f937e815e60e4f0 100644
|
| --- a/src/gpu/GrDrawContext.cpp
|
| +++ b/src/gpu/GrDrawContext.cpp
|
| @@ -542,11 +542,10 @@ void GrDrawContextPriv::clearStencilClip(const SkIRect& rect, bool insideClip) {
|
| }
|
|
|
| void GrDrawContextPriv::stencilPath(const GrClip& clip,
|
| - const GrUserStencilSettings* ss,
|
| bool useHWAA,
|
| const SkMatrix& viewMatrix,
|
| const GrPath* path) {
|
| - fDrawContext->getDrawTarget()->stencilPath(fDrawContext, clip, ss, useHWAA, viewMatrix, path);
|
| + fDrawContext->getDrawTarget()->stencilPath(fDrawContext, clip, useHWAA, viewMatrix, path);
|
| }
|
|
|
| void GrDrawContextPriv::stencilRect(const GrFixedClip& clip,
|
|
|