From 055c7c299cb47eebd360b809ad58a0006e2e55f7 Mon Sep 17 00:00:00 2001 From: "skia.committer@gmail.com" Date: Sat, 15 Sep 2012 02:01:41 +0000 Subject: Sanitizing source files in Skia_Periodic_House_Keeping git-svn-id: http://skia.googlecode.com/svn/trunk@5561 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkEdge.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/core/SkEdge.cpp b/src/core/SkEdge.cpp index 4c264c2eb9..fff3dbcc6a 100644 --- a/src/core/SkEdge.cpp +++ b/src/core/SkEdge.cpp @@ -476,7 +476,7 @@ int SkCubicEdge::updateCubic() newx = fCLastX; newy = fCLastY; } - + // we want to say SkASSERT(oldy <= newy), but our finite fixedpoint // doesn't always achieve that, so we have to explicitly pin it here. if (newy < oldy) { -- cgit v1.2.3