Index: include/core/SkBitmap.h |
diff --git a/include/core/SkBitmap.h b/include/core/SkBitmap.h |
index 7b3cce50769080a42534b6524ea16b04f59d2c30..ec0bffc90fbb2028402115fd133297061bddb690 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 |