| Index: src/gpu/GrSWMaskHelper.h
|
| diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h
|
| index ab88b8d6b996800272c4c24d85af9872001f7c1e..6d1d9b1d46c6e9db8570e1567e70c6bffad3ebc4 100644
|
| --- a/src/gpu/GrSWMaskHelper.h
|
| +++ b/src/gpu/GrSWMaskHelper.h
|
| @@ -87,7 +87,7 @@ public:
|
| static void DrawToTargetWithShapeMask(GrTexture* texture,
|
| GrDrawContext*,
|
| const GrPaint& paint,
|
| - const GrUserStencilSettings* userStencilSettings,
|
| + const GrUserStencilSettings& userStencilSettings,
|
| const GrClip&,
|
| const SkMatrix& viewMatrix,
|
| const SkIRect& rect);
|
|
|