Chromium Code Reviews| Index: src/pathops/SkOpContour.h |
| =================================================================== |
| --- src/pathops/SkOpContour.h (revision 9040) |
| +++ src/pathops/SkOpContour.h (working copy) |
| @@ -204,7 +204,7 @@ |
| } |
| #endif |
| -#if DEBUG_ACTIVE_SPANS |
| +#if DEBUG_ACTIVE_SPANS || DEBUG_ACTIVE_SPANS_FIRST_ONLY |
| void debugShowActiveSpans() { |
| for (int index = 0; index < fSegments.count(); ++index) { |
| fSegments[index].debugShowActiveSpans(); |