aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDrawContextPriv.h
diff options
context:
space:
mode:
authorGravatar robertphillips <robertphillips@google.com>2016-07-13 09:18:21 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-13 09:18:21 -0700
commit59cf61ab0384286ebc57ecfb67e2f15ab4846250 (patch)
tree8c3b6a6a373cfe7ff25262f8a454269f6806aea9 /src/gpu/GrDrawContextPriv.h
parent0e1161d03f40fc1638481222b06fb74f6a9c734a (diff)
Retract PipelineBuilder from GrClip::apply
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*,