Chromium Code Reviews| Index: tests/PathOpsDebug.cpp |
| diff --git a/tests/PathOpsDebug.cpp b/tests/PathOpsDebug.cpp |
| index a2b48acddc0e164ed00b3ec63e1888b12e5702ff..af60318532633d901304c0a91430eeb1c77a4e30 100755 |
| --- a/tests/PathOpsDebug.cpp |
| +++ b/tests/PathOpsDebug.cpp |
| @@ -110,7 +110,8 @@ void SkOpAngle::dumpLoop() const { |
| const SkOpAngle* first = this; |
| const SkOpAngle* next = this; |
| do { |
| - next->dump(); |
| + next->dumpOne(false); |
| + SkDebugf("\n"); |
| next = next->fNext; |
| } while (next && next != first); |
| } |