| Index: src/gpu/GrClipMaskManager.h
|
| diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h
|
| index b0e9b4f943e5a2cf36109ea792bccfda90df39d7..5636f58106e05de2c92285ca1ca8efa43a290dd1 100644
|
| --- a/src/gpu/GrClipMaskManager.h
|
| +++ b/src/gpu/GrClipMaskManager.h
|
| @@ -122,8 +122,9 @@ private:
|
| const SkIRect& clipSpaceIBounds);
|
|
|
| bool useSWOnlyPath(const GrPipelineBuilder&,
|
| - const SkVector& clipToMaskOffset,
|
| - const GrReducedClip::ElementList& elements);
|
| + const GrRenderTarget* rt,
|
| + const SkVector& clipToMaskOffset,
|
| + const GrReducedClip::ElementList& elements);
|
|
|
| // Draws a clip element into the target alpha mask. The caller should have already setup the
|
| // desired blend operation. Optionally if the caller already selected a path renderer it can
|
|
|