move kAlignCount out of Align enum, so it can't accidentally be passed as a parameter

git-svn-id: http://skia.googlecode.com/svn/trunk@9479 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
mike@reedtribe.org 2013-06-08 12:58:19 +00:00
parent 6319367bdc
commit ddc813b0de

View File

@ -628,8 +628,9 @@ public:
kLeft_Align,
kCenter_Align,
kRight_Align,
kAlignCount
};
enum {
kAlignCount = 3
};
/** Return the paint's Align value for drawing text.