Chromium Code Reviews| Index: src/core/SkClipStack.cpp |
| diff --git a/src/core/SkClipStack.cpp b/src/core/SkClipStack.cpp |
| index 3093c314f4931c9c43397c6c17ea91fb9892182a..cf2e71e671ae727f7b27c00f289631d92020885e 100644 |
| --- a/src/core/SkClipStack.cpp |
| +++ b/src/core/SkClipStack.cpp |
| @@ -891,7 +891,7 @@ void SkClipStack::Element::dump() const { |
| SkDebugf("\n"); |
| break; |
| case kPath_Type: |
| - this->getPath().dump(NULL, true); |
| + this->getPath().dump(NULL, true, false); |
| break; |
| } |
| } |