| Index: src/gpu/GrClipMaskManager.h
|
| diff --git a/src/gpu/GrClipMaskManager.h b/src/gpu/GrClipMaskManager.h
|
| index 8ecba09fba3dd014423a718c98306f84d9a91c0f..d546a76136dfb4ff794a47c1b4703e92b62f24f3 100644
|
| --- a/src/gpu/GrClipMaskManager.h
|
| +++ b/src/gpu/GrClipMaskManager.h
|
| @@ -73,7 +73,7 @@ private:
|
| bool abortIfAA,
|
| SkVector& clipOffset,
|
| const SkRect* devBounds,
|
| - const GrFragmentProcessor** fp);
|
| + sk_sp<const GrFragmentProcessor>* fp);
|
|
|
| // Draws the clip into the stencil buffer
|
| bool createStencilClipMask(GrRenderTarget*,
|
|
|