diff --git a/src/pathops/SkOpAngle.h b/src/pathops/SkOpAngle.h index 87a858a2db..01150e6ff7 100644 --- a/src/pathops/SkOpAngle.h +++ b/src/pathops/SkOpAngle.h @@ -119,8 +119,8 @@ private: int fStart; int fEnd; int fSectorMask; - char fSectorStart; // in 32nds of a circle - char fSectorEnd; + int8_t fSectorStart; // in 32nds of a circle + int8_t fSectorEnd; bool fIsCurve; bool fStop; // set if ordered angle is greater than the previous mutable bool fUnorderable; // this is editable by orderable()