| Index: src/gpu/GrSoftwarePathRenderer.h
|
| diff --git a/src/gpu/GrSoftwarePathRenderer.h b/src/gpu/GrSoftwarePathRenderer.h
|
| index 72a95152e29bd1460a88394477381c9050b8ba5b..8b2f2d7932bb7a4ebd5a45ea3fbf13cc8e0177da 100644
|
| --- a/src/gpu/GrSoftwarePathRenderer.h
|
| +++ b/src/gpu/GrSoftwarePathRenderer.h
|
| @@ -1,4 +1,3 @@
|
| -
|
| /*
|
| * Copyright 2012 Google Inc.
|
| *
|
| @@ -26,7 +25,7 @@ private:
|
| StencilSupport onGetStencilSupport(const SkPath&, const GrStrokeInfo&) const override {
|
| return GrPathRenderer::kNoSupport_StencilSupport;
|
| }
|
| -
|
| +
|
| bool onCanDrawPath(const CanDrawPathArgs&) const override;
|
|
|
| bool onDrawPath(const DrawPathArgs&) override;
|
|
|