fix broken build
change 'char' to 'int8_t' BUG=skia: NOTRY=true TBR=reed@google.com Author: caryclark@google.com Review URL: https://codereview.chromium.org/237263004 git-svn-id: http://skia.googlecode.com/svn/trunk@14186 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
d9ae2314f5
commit
8608463e17
@ -119,8 +119,8 @@ private:
|
|||||||
int fStart;
|
int fStart;
|
||||||
int fEnd;
|
int fEnd;
|
||||||
int fSectorMask;
|
int fSectorMask;
|
||||||
char fSectorStart; // in 32nds of a circle
|
int8_t fSectorStart; // in 32nds of a circle
|
||||||
char fSectorEnd;
|
int8_t fSectorEnd;
|
||||||
bool fIsCurve;
|
bool fIsCurve;
|
||||||
bool fStop; // set if ordered angle is greater than the previous
|
bool fStop; // set if ordered angle is greater than the previous
|
||||||
mutable bool fUnorderable; // this is editable by orderable()
|
mutable bool fUnorderable; // this is editable by orderable()
|
||||||
|
Loading…
Reference in New Issue
Block a user