aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrDashLinePathRenderer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/GrDashLinePathRenderer.h')
-rw-r--r--src/gpu/GrDashLinePathRenderer.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/gpu/GrDashLinePathRenderer.h b/src/gpu/GrDashLinePathRenderer.h
index 2e37665e51..f21c73b688 100644
--- a/src/gpu/GrDashLinePathRenderer.h
+++ b/src/gpu/GrDashLinePathRenderer.h
@@ -15,11 +15,8 @@ class GrDashLinePathRenderer : public GrPathRenderer {
private:
bool onCanDrawPath(const CanDrawPathArgs&) const override;
- StencilSupport onGetStencilSupport(const GrDrawTarget*,
- const GrPipelineBuilder*,
- const SkPath&,
- const GrStrokeInfo&) const override {
- return kNoSupport_StencilSupport;
+ StencilSupport onGetStencilSupport(const SkPath&, const GrStrokeInfo&) const override {
+ return kNoSupport_StencilSupport;
}
bool onDrawPath(const DrawPathArgs&) override;