Chromium Code Reviews| Index: src/gpu/GrPathRenderer.h |
| diff --git a/src/gpu/GrPathRenderer.h b/src/gpu/GrPathRenderer.h |
| index 52ecc59075c0560be66b3f2a93aa7ed4a8076ed8..37cc3f986307ff70b3efe870daa34d2589b5600a 100644 |
| --- a/src/gpu/GrPathRenderer.h |
| +++ b/src/gpu/GrPathRenderer.h |
| @@ -185,7 +185,7 @@ public: |
| struct StencilPathArgs { |
| GrResourceProvider* fResourceProvider; |
| GrDrawContext* fDrawContext; |
| - const GrFixedClip* fClip; |
| + const GrClip* fClip; |
| const SkMatrix* fViewMatrix; |
| bool fIsAA; |
| const GrShape* fShape; |