| Index: src/gpu/GrDrawContextPriv.h
|
| diff --git a/src/gpu/GrDrawContextPriv.h b/src/gpu/GrDrawContextPriv.h
|
| index 31d8481c73856ce9054cf6a8cb7c5f544c38710e..6fa6f394f72237399b0141172c984f386c685f29 100644
|
| --- a/src/gpu/GrDrawContextPriv.h
|
| +++ b/src/gpu/GrDrawContextPriv.h
|
| @@ -25,7 +25,9 @@ public:
|
| return fDrawContext->getDrawTarget()->instancedRendering();
|
| }
|
|
|
| - void clearStencilClip(const SkIRect& rect, bool insideClip);
|
| + void clear(const GrFixedClip&, const GrColor, bool canIgnoreClip);
|
| +
|
| + void clearStencilClip(const GrFixedClip&, bool insideStencilMask);
|
|
|
| void stencilRect(const GrFixedClip& clip,
|
| const GrUserStencilSettings* ss,
|
|
|