| Index: src/gpu/GrSWMaskHelper.h
|
| diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h
|
| index 355379e697fb3bd7df3c72382b26ddc39b9ef478..fac4e6287eea5430fa49d8a13b49b2dc3a0a6a7f 100644
|
| --- a/src/gpu/GrSWMaskHelper.h
|
| +++ b/src/gpu/GrSWMaskHelper.h
|
| @@ -23,7 +23,6 @@ class GrTextureProvider;
|
| class GrTexture;
|
| class SkPath;
|
| class SkStrokeRec;
|
| -class GrDrawTarget;
|
|
|
| /**
|
| * The GrSWMaskHelper helps generate clip masks using the software rendering
|
| @@ -87,8 +86,9 @@ public:
|
| // This method is really only intended to be used with the
|
| // output of DrawPathMaskToTexture.
|
| static void DrawToTargetWithPathMask(GrTexture* texture,
|
| - GrDrawTarget* target,
|
| - GrPipelineBuilder* pipelineBuilder,
|
| + GrDrawContext*,
|
| + const GrPaint* paint,
|
| + const GrUserStencilSettings* userStencilSettings,
|
| const GrClip&,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
|
|