| Index: src/gpu/GrSoftwarePathRenderer.h
|
| diff --git a/src/gpu/GrSoftwarePathRenderer.h b/src/gpu/GrSoftwarePathRenderer.h
|
| index 4c756d54ab4ca5a4e2e0b7b8c1a86df4b29825a0..30edfeb040297d1ce10e108e559fa4ccc2aa4fad 100644
|
| --- a/src/gpu/GrSoftwarePathRenderer.h
|
| +++ b/src/gpu/GrSoftwarePathRenderer.h
|
| @@ -37,7 +37,7 @@ private:
|
| const SkIRect& devClipBounds,
|
| const SkIRect& devPathBounds);
|
|
|
| - StencilSupport onGetStencilSupport(const SkPath&) const override {
|
| + StencilSupport onGetStencilSupport(const GrShape&) const override {
|
| return GrPathRenderer::kNoSupport_StencilSupport;
|
| }
|
|
|
|
|