aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-26 21:18:31 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-07-26 21:18:31 +0000
commitfc91dc70042dcb6d2868e8822fbab15aa4402375 (patch)
tree3e3e3656aa0cda68cf2cfcabf732593035d55562 /include
parent61bbf5d61a1f53396d6d2518ff41173ce0da2180 (diff)
Windows compiler complaint cleanup
Diffstat (limited to 'include')
-rw-r--r--include/core/SkPath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h
index fcb3cb5f86..a6d78ec9fe 100644
--- a/include/core/SkPath.h
+++ b/include/core/SkPath.h
@@ -200,7 +200,7 @@ public:
if (fBoundsIsDirty) {
this->computeBounds();
}
- return fIsFinite;
+ return SkToBool(fIsFinite);
}
/** Test a line for zero length