From 59ed9f6c8547cd11b23babbbf6377d98e5cee055 Mon Sep 17 00:00:00 2001 From: "reed@android.com" Date: Thu, 10 Dec 2009 21:10:58 +0000 Subject: [PATCH] Eenable new chopping edgelist builder by default. If it sticks well, I'll remove the old code-path in a subsequent CL git-svn-id: http://skia.googlecode.com/svn/trunk@454 2bbb7eff-a529-9590-31e7-b0007b416f81 --- src/core/SkScan_Path.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/SkScan_Path.cpp b/src/core/SkScan_Path.cpp index 368951214d..9751d2a4c3 100644 --- a/src/core/SkScan_Path.cpp +++ b/src/core/SkScan_Path.cpp @@ -24,7 +24,7 @@ #include "SkRegion.h" #include "SkTemplates.h" -//#define USE_NEW_BUILDER +#define USE_NEW_BUILDER #define kEDGE_HEAD_Y SK_MinS32 #define kEDGE_TAIL_Y SK_MaxS32 -- 2.34.1