From 927b7028d44c46e9cbc18368f16ec2262d59d94d Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Mon, 25 Nov 2013 14:18:21 +0000 Subject: remove unused reduce order code BUG= Review URL: https://codereview.chromium.org/85763002 git-svn-id: http://skia.googlecode.com/svn/trunk@12377 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsQuadLineIntersectionThreadedTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/PathOpsQuadLineIntersectionThreadedTest.cpp') diff --git a/tests/PathOpsQuadLineIntersectionThreadedTest.cpp b/tests/PathOpsQuadLineIntersectionThreadedTest.cpp index 63f9447edf..7090c1056d 100644 --- a/tests/PathOpsQuadLineIntersectionThreadedTest.cpp +++ b/tests/PathOpsQuadLineIntersectionThreadedTest.cpp @@ -84,7 +84,7 @@ static void testQuadLineIntersectMain(PathOpsThreadState* data) SkDQuad quad = {{{(double) ax, (double) ay}, {(double) bx, (double) by}, {(double) cx, (double) cy}}}; SkReduceOrder reducer; - int order = reducer.reduce(quad, SkReduceOrder::kFill_Style); + int order = reducer.reduce(quad); if (order < 3) { return; } -- cgit v1.2.3