| Index: src/core/SkSpecialImage.h
|
| diff --git a/src/core/SkSpecialImage.h b/src/core/SkSpecialImage.h
|
| index 5dae05e245b85d07e891d98df20fd9ba6b0e7bd3..dc51f13a41af41489990ea87af7edd208af24444 100644
|
| --- a/src/core/SkSpecialImage.h
|
| +++ b/src/core/SkSpecialImage.h
|
| @@ -50,6 +50,7 @@ public:
|
| int width() const { return fSubset.width(); }
|
| int height() const { return fSubset.height(); }
|
| const SkIRect& subset() const { return fSubset; }
|
| + SkColorSpace* getColorSpace() const;
|
|
|
| uint32_t uniqueID() const { return fUniqueID; }
|
| virtual bool isOpaque() const { return false; }
|
| @@ -77,6 +78,7 @@ public:
|
| static sk_sp<SkSpecialImage> MakeFromGpu(const SkIRect& subset,
|
| uint32_t uniqueID,
|
| sk_sp<GrTexture>,
|
| + sk_sp<SkColorSpace>,
|
| const SkSurfaceProps* = nullptr,
|
| SkAlphaType at = kPremul_SkAlphaType);
|
| #endif
|
|
|