aboutsummaryrefslogtreecommitdiffstats
path: root/include/core/SkMask.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/core/SkMask.h')
-rw-r--r--include/core/SkMask.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/core/SkMask.h b/include/core/SkMask.h
index 608010d..58a2493 100644
--- a/include/core/SkMask.h
+++ b/include/core/SkMask.h
@@ -44,8 +44,9 @@ struct SkMask {
edges. kVerticalLCD_Format has an extra row at the top and bottom.
*/
- kHorizontalLCD_Format, //!< 4 bytes/pixel: a/r/g/b
- kVerticalLCD_Format, //!< 4 bytes/pixel: a/r/g/b
+ kHorizontalLCD_Format, //!< 4 bytes/pixel: a/r/g/b
+ kVerticalLCD_Format, //!< 4 bytes/pixel: a/r/g/b
+ kARGB32_Format, //!< SkPMColor
};
enum {