Index: src/pathops/SkPathOpsPoint.h |
diff --git a/src/pathops/SkPathOpsPoint.h b/src/pathops/SkPathOpsPoint.h |
index 5c2e3a50ddd27258f0c38dd0248b54451ce8b6a2..7ddfbfb5d15bce28b46643e2cd7b46122e22fcfc 100644 |
--- a/src/pathops/SkPathOpsPoint.h |
+++ b/src/pathops/SkPathOpsPoint.h |
@@ -227,6 +227,7 @@ struct SkDPoint { |
// utilities callable by the user from the debugger when the implementation code is linked in |
void dump() const; |
static void Dump(const SkPoint& pt); |
+ static void DumpHex(const SkPoint& pt); |
}; |
#endif |