From 8cb1daaa1e4343eb60a7c4f21c12e33de30dad64 Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Fri, 25 Apr 2014 12:59:11 +0000 Subject: fix minor skp-found bugs remove globals from pathops_unittest BUG=skia:2460 TBR=mtklein Author: caryclark@google.com Review URL: https://codereview.chromium.org/239563004 git-svn-id: http://skia.googlecode.com/svn/trunk@14378 2bbb7eff-a529-9590-31e7-b0007b416f81 --- tests/PathOpsSimplifyTest.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'tests/PathOpsSimplifyTest.cpp') diff --git a/tests/PathOpsSimplifyTest.cpp b/tests/PathOpsSimplifyTest.cpp index 7ed82a0755..7b5128cc2b 100644 --- a/tests/PathOpsSimplifyTest.cpp +++ b/tests/PathOpsSimplifyTest.cpp @@ -5086,10 +5086,6 @@ static bool runReverse = false; static void (*stopTest)(skiatest::Reporter* , const char* filename) = 0; DEF_TEST(PathOpsSimplify, reporter) { -#ifdef SK_DEBUG - SkPathOpsDebug::gMaxWindSum = 4; - SkPathOpsDebug::gMaxWindValue = 4; -#endif if (runSubTests && runSubTestsFirst) { RunTestSet(reporter, subTests, subTestCount, firstSubTest, stopTest, runReverse); } @@ -5097,8 +5093,4 @@ DEF_TEST(PathOpsSimplify, reporter) { if (runSubTests && !runSubTestsFirst) { RunTestSet(reporter, subTests, subTestCount, firstSubTest, stopTest, runReverse); } -#ifdef SK_DEBUG - SkPathOpsDebug::gMaxWindSum = SK_MaxS32; - SkPathOpsDebug::gMaxWindValue = SK_MaxS32; -#endif } -- cgit v1.2.3