Fix MSVC builds by avoiding a uint to bool warning.
authordeanm@chromium.org <deanm@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Jun 2009 14:46:03 +0000 (14:46 +0000)
committerdeanm@chromium.org <deanm@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 18 Jun 2009 14:46:03 +0000 (14:46 +0000)
commit81aaa9d8c097f6c5116a85ba6abbd8b3bdab4019
tree12beb239c55e798a2c08d19b9a9b8d806ba33627
parent0ea42c1d2c35cc05564800f5006d5ae55ef28f6f
Fix MSVC builds by avoiding a uint to bool warning.

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
include/core/SkPath.h