diff options
author | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-11-02 07:02:02 +0000 |
---|---|---|
committer | skia.committer@gmail.com <skia.committer@gmail.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-11-02 07:02:02 +0000 |
commit | f54ad6f488845d0fc27734984e39185e15370fbc (patch) | |
tree | 0da36daff72ec6fd396df213a0b67d972ff282d4 /src/pathops | |
parent | 585744a7db91f65bc92c572d02b54db9611c23ba (diff) |
Sanitizing source files in Housekeeper-Nightly
git-svn-id: http://skia.googlecode.com/svn/trunk@12101 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/pathops')
-rw-r--r-- | src/pathops/SkPathOpsTriangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pathops/SkPathOpsTriangle.cpp b/src/pathops/SkPathOpsTriangle.cpp index 003968ddba..7db4831a06 100644 --- a/src/pathops/SkPathOpsTriangle.cpp +++ b/src/pathops/SkPathOpsTriangle.cpp @@ -46,6 +46,6 @@ bool SkDTriangle::contains(const SkDPoint& pt) const { if (v <= 0) { return false; } - return u + v < w * wSign; + return u + v < w * wSign; #endif } |