| Index: src/gpu/GrSWMaskHelper.h
|
| diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h
|
| index b015b15a4b859f1ab13e00ebea4f01577236193a..ab88b8d6b996800272c4c24d85af9872001f7c1e 100644
|
| --- a/src/gpu/GrSWMaskHelper.h
|
| +++ b/src/gpu/GrSWMaskHelper.h
|
| @@ -86,10 +86,9 @@ public:
|
| // output of DrawPathMaskToTexture.
|
| static void DrawToTargetWithShapeMask(GrTexture* texture,
|
| GrDrawContext*,
|
| - const GrPaint* paint,
|
| + const GrPaint& paint,
|
| const GrUserStencilSettings* userStencilSettings,
|
| const GrClip&,
|
| - GrColor,
|
| const SkMatrix& viewMatrix,
|
| const SkIRect& rect);
|
|
|
|
|