From fa1e8a7cefd71f7b75f0b85f8eefe111814dd86f Mon Sep 17 00:00:00 2001 From: jvanverth Date: Mon, 22 Dec 2014 08:31:49 -0800 Subject: Add sRGB texture support. Review URL: https://codereview.chromium.org/791823003 --- include/core/SkBitmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/core/SkBitmap.h') diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h index 7b3cce5076..ec0bffc90f 100644 --- a/include/core/SkBitmap.h +++ b/include/core/SkBitmap.h @@ -72,6 +72,7 @@ public: int height() const { return fInfo.height(); } SkColorType colorType() const { return fInfo.colorType(); } SkAlphaType alphaType() const { return fInfo.alphaType(); } + SkColorProfileType profileType() const { return fInfo.profileType(); } /** * Return the number of bytes per pixel based on the colortype. If the colortype is -- cgit v1.2.3