shape ops work in progress

git-svn-id: http://skia.googlecode.com/svn/trunk@4713 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/EdgeWalker.cpp b/experimental/Intersection/EdgeWalker.cpp
index 0f624b5..4442e92 100644
--- a/experimental/Intersection/EdgeWalker.cpp
+++ b/experimental/Intersection/EdgeWalker.cpp
@@ -13,7 +13,7 @@
 // FIXME: remove once debugging is complete
 #if 01 // set to 1 for no debugging whatsoever
 
-const bool gRunTestsInOneThread = false;
+//const bool gRunTestsInOneThread = false;
 
 #define DEBUG_ACTIVE_LESS_THAN 0
 #define DEBUG_ADD 0
@@ -33,7 +33,7 @@
 
 #else
 
-const bool gRunTestsInOneThread = true;
+//const bool gRunTestsInOneThread = true;
 
 #define DEBUG_ACTIVE_LESS_THAN 0
 #define DEBUG_ADD 01