| Index: src/gpu/GrDrawContextPriv.h
|
| diff --git a/src/gpu/GrDrawContextPriv.h b/src/gpu/GrDrawContextPriv.h
|
| index c77d8e488b461d7aa3fc79ed8918b820812682b9..68f42041237f48e78f122600e76c592b18fa6f9c 100644
|
| --- a/src/gpu/GrDrawContextPriv.h
|
| +++ b/src/gpu/GrDrawContextPriv.h
|
| @@ -33,11 +33,11 @@ public:
|
| const SkMatrix& viewMatrix,
|
| const SkRect& rect);
|
|
|
| - void stencilPath(const GrPipelineBuilder&,
|
| - const GrClip&,
|
| + void stencilPath(const GrClip&,
|
| + const GrUserStencilSettings* ss,
|
| + bool useHWAA,
|
| const SkMatrix& viewMatrix,
|
| - const GrPath*,
|
| - GrPathRendering::FillType);
|
| + const GrPath*);
|
|
|
| bool drawAndStencilRect(const GrFixedClip&,
|
| const GrUserStencilSettings*,
|
|
|