diff options
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkBitmap.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 5406f94328..8b499097e9 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -86,6 +86,9 @@ public: SkColorType colorType() const { return fInfo.colorType(); } SkAlphaType alphaType() const { return fInfo.alphaType(); } SkColorSpace* colorSpace() const { return fInfo.colorSpace(); } +#ifdef SK_SUPPORT_LEGACY_COLORPROFILETYPE + SkColorProfileType profileType() const { return fInfo.profileType(); } +#endif /** * Return the number of bytes per pixel based on the colortype. If the colortype is |