| Index: src/core/SkSpecialImage.h
|
| diff --git a/src/core/SkSpecialImage.h b/src/core/SkSpecialImage.h
|
| index 778bf53449cda3f033c834231def324855e8c8d8..4de28ebd163d2225122bcd868711900d5879e1db 100644
|
| --- a/src/core/SkSpecialImage.h
|
| +++ b/src/core/SkSpecialImage.h
|
| @@ -76,7 +76,7 @@ public:
|
| static sk_sp<SkSpecialImage> MakeFromGpu(SkImageFilter::Proxy*,
|
| const SkIRect& subset,
|
| uint32_t uniqueID,
|
| - GrTexture*,
|
| + GrTexture*,
|
| SkAlphaType at = kPremul_SkAlphaType);
|
| static sk_sp<SkSpecialImage> MakeFromPixmap(SkImageFilter::Proxy*,
|
| const SkIRect& subset,
|
| @@ -164,4 +164,3 @@ private:
|
| };
|
|
|
| #endif
|
| -
|
|
|