Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index d78cd88296771465e8e6c5031ed1a2a78b0675d5..bccc8d52c992b24d81db675d79e0b9f2bc5ed90b 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -21,6 +21,7 @@ class SkWriter32; |
class SkAutoPathBoundsUpdate; |
class SkString; |
class SkRRect; |
+class SkWStream; |
/** \class SkPath |
@@ -930,7 +931,7 @@ public: |
*/ |
bool contains(SkScalar x, SkScalar y) const; |
- void dump(bool forceClose, const char title[] = NULL) const; |
+ void dump(SkWStream* , bool forceClose) const; |
void dump() const; |
/** |