Eenable new chopping edgelist builder by default. If it sticks well, I'll
authorreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 10 Dec 2009 21:10:58 +0000 (21:10 +0000)
committerreed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 10 Dec 2009 21:10:58 +0000 (21:10 +0000)
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

index 3689512..9751d2a 100644 (file)
@@ -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