aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawContextPriv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDrawContextPriv.h')
-rw-r--r--src/gpu/GrDrawContextPriv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/gpu/GrDrawContextPriv.h b/src/gpu/GrDrawContextPriv.h
index c77d8e488b..68f4204123 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*,