Index: src/core/SkClipStack.cpp |
diff --git a/src/core/SkClipStack.cpp b/src/core/SkClipStack.cpp |
index a965b1bae7b4cadf20d28892936119d0e0d0c634..85746b2eaf942de7040d311ea08a69bea6425654 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(true); |
+ this->getPath().dump(NULL, true); |
break; |
} |
} |