| Index: src/image/SkImageShader.h
|
| diff --git a/src/image/SkImageShader.h b/src/image/SkImageShader.h
|
| index 07b938d202bdc048fed070b49aad31c5366e862f..f466e618a0eed62a5b45c4ea37beb9a1a464ee73 100644
|
| --- a/src/image/SkImageShader.h
|
| +++ b/src/image/SkImageShader.h
|
| @@ -13,7 +13,8 @@
|
|
|
| class SkImageShader : public SkShader {
|
| public:
|
| - static SkShader* Create(const SkImage*, TileMode tx, TileMode ty, const SkMatrix* localMatrix);
|
| + static sk_sp<SkShader> Make(const SkImage*, TileMode tx, TileMode ty,
|
| + const SkMatrix* localMatrix);
|
|
|
| bool isOpaque() const override;
|
|
|
|
|