warning C4800: 'const uint8_t' : forcing value to bool 'true' or 'false' (performance warning)
Review URL: http://codereview.appspot.com/79043
git-svn-id: http://skia.googlecode.com/svn/trunk@220
2bbb7eff-a529-9590-31e7-
b0007b416f81
/** Returns true if the path is flagged as being convex. This is not a
confirmed by any analysis, it is just the value set earlier.
*/
- bool isConvex() const { return fIsConvex; }
+ bool isConvex() const { return fIsConvex != 0; }
/** Set the isConvex flag to true or false. Convex paths may draw faster if
this flag is set, though setting this to true on a path that is in fact