diff options
Diffstat (limited to 'experimental/Intersection/ShapeOps.h')
-rw-r--r-- | experimental/Intersection/ShapeOps.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/experimental/Intersection/ShapeOps.h b/experimental/Intersection/ShapeOps.h index 9cd22ec5f6..728d89e775 100644 --- a/experimental/Intersection/ShapeOps.h +++ b/experimental/Intersection/ShapeOps.h @@ -4,4 +4,9 @@ void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray); void simplify(const SkPath& path, bool asFill, SkPath& simple); void simplifyx(const SkPath& path, SkPath& simple); -extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete +// FIXME: remove this section once debugging is complete +extern const bool gRunTestsInOneThread; +#ifdef SK_DEBUG +extern int gDebugMaxWindSum; +extern int gDebugMaxWindValue; +#endif |