| Index: src/gpu/GrDrawContext.cpp
|
| diff --git a/src/gpu/GrDrawContext.cpp b/src/gpu/GrDrawContext.cpp
|
| index 344ae1c2ab0ad81d9a877963ffff16ef8c1e82f2..cfce7f9c8ee5f20515c6b3b968c9751aa9c377fc 100644
|
| --- a/src/gpu/GrDrawContext.cpp
|
| +++ b/src/gpu/GrDrawContext.cpp
|
| @@ -547,11 +547,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,
|
|
|