Index: include/core/SkPath.h |
diff --git a/include/core/SkPath.h b/include/core/SkPath.h |
index bccc8d52c992b24d81db675d79e0b9f2bc5ed90b..57da95973cda896d00d39a064c4e72f9a1143a6a 100644 |
--- a/include/core/SkPath.h |
+++ b/include/core/SkPath.h |
@@ -931,8 +931,9 @@ public: |
*/ |
bool contains(SkScalar x, SkScalar y) const; |
- void dump(SkWStream* , bool forceClose) const; |
+ void dump(SkWStream* , bool forceClose, bool dumpAsHex) const; |
void dump() const; |
+ void dumpHex() const; |
/** |
* Write the path to the buffer, and return the number of bytes written. |