| Index: src/pathops/SkPathOpsDebug.h
|
| diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h
|
| index 9dc562fea1d016595213d541525b5779db35b2e6..211c503aadb602344848564fd16a76985605f9ad 100644
|
| --- a/src/pathops/SkPathOpsDebug.h
|
| +++ b/src/pathops/SkPathOpsDebug.h
|
| @@ -169,6 +169,7 @@ public:
|
| SkPathOpsDebug::DeleteNameStr)))
|
| static void BumpTestName(char* );
|
| #endif
|
| + static void ShowOnePath(const SkPath& path, const char* name, bool includeDeclaration);
|
| static void ShowPath(const SkPath& one, const SkPath& two, SkPathOp op, const char* name);
|
| static void DumpCoincidence(const SkTArray<class SkOpContour, true>& contours);
|
| static void DumpCoincidence(const SkTArray<class SkOpContour* , true>& contours);
|
|
|