work in progress
git-svn-id: http://skia.googlecode.com/svn/trunk@3702 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/ShapeOps.h b/experimental/Intersection/ShapeOps.h
index d532e87..389275d 100644
--- a/experimental/Intersection/ShapeOps.h
+++ b/experimental/Intersection/ShapeOps.h
@@ -3,4 +3,4 @@
void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray);
void simplify(const SkPath& path, bool asFill, SkPath& simple);
-extern const bool gShowDebugf; // FIXME: remove once debugging is complete
\ No newline at end of file
+extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete
\ No newline at end of file