| Index: src/gpu/batches/GrMSAAPathRenderer.h
|
| diff --git a/src/gpu/batches/GrMSAAPathRenderer.h b/src/gpu/batches/GrMSAAPathRenderer.h
|
| index 0ffd28029162d7477001d1de3475562148726363..a35536014e79f518466910038508bcd8e5fb8872 100644
|
| --- a/src/gpu/batches/GrMSAAPathRenderer.h
|
| +++ b/src/gpu/batches/GrMSAAPathRenderer.h
|
| @@ -13,7 +13,7 @@
|
|
|
| class SK_API GrMSAAPathRenderer : public GrPathRenderer {
|
| private:
|
| - StencilSupport onGetStencilSupport(const SkPath&, const GrStrokeInfo&) const override;
|
| + StencilSupport onGetStencilSupport(const SkPath&) const override;
|
|
|
| bool onCanDrawPath(const CanDrawPathArgs&) const override;
|
|
|
|
|