| Index: src/gpu/GrSWMaskHelper.h
|
| diff --git a/src/gpu/GrSWMaskHelper.h b/src/gpu/GrSWMaskHelper.h
|
| index 71dec6357d9230308031d772040d16c7abb9d8b8..c18097122be145f4c0749bf8d740f153126723cd 100644
|
| --- a/src/gpu/GrSWMaskHelper.h
|
| +++ b/src/gpu/GrSWMaskHelper.h
|
| @@ -9,7 +9,7 @@
|
| #define GrSWMaskHelper_DEFINED
|
|
|
| #include "GrColor.h"
|
| -#include "GrDrawState.h"
|
| +#include "GrPipelineBuilder.h"
|
| #include "SkBitmap.h"
|
| #include "SkDraw.h"
|
| #include "SkMatrix.h"
|
| @@ -92,7 +92,7 @@ public:
|
| // output of DrawPathMaskToTexture.
|
| static void DrawToTargetWithPathMask(GrTexture* texture,
|
| GrDrawTarget* target,
|
| - GrDrawState* drawState,
|
| + GrPipelineBuilder* pipelineBuilder,
|
| GrColor,
|
| const SkMatrix& viewMatrix,
|
| const SkIRect& rect);
|
|
|