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:
parent
6319367bdc
commit
ddc813b0de
@ -628,8 +628,9 @@ public:
|
||||
kLeft_Align,
|
||||
kCenter_Align,
|
||||
kRight_Align,
|
||||
|
||||
kAlignCount
|
||||
};
|
||||
enum {
|
||||
kAlignCount = 3
|
||||
};
|
||||
|
||||
/** Return the paint's Align value for drawing text.
|
||||
|
Loading…
Reference in New Issue
Block a user