Index: tests/PathOpsExtendedTest.h |
diff --git a/tests/PathOpsExtendedTest.h b/tests/PathOpsExtendedTest.h |
index 17073833cb79a1c25dfc9852282a4fc601db1df2..0a6f4ab91fa669fd00461dba004d20718c392e33 100644 |
--- a/tests/PathOpsExtendedTest.h |
+++ b/tests/PathOpsExtendedTest.h |
@@ -44,6 +44,8 @@ extern bool testPathOpFailCheck(skiatest::Reporter* reporter, const SkPath& a, c |
const SkPathOp , const char* testName); |
extern bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, |
const SkPathOp , const char* testName); |
+extern bool testPathSkipAssertOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, |
+ const SkPathOp , const char* testName); |
extern bool testSimplify(SkPath& path, bool useXor, SkPath& out, PathOpsThreadState& state, |
const char* pathStr); |
extern bool testSimplify(skiatest::Reporter* reporter, const SkPath& path, const char* filename); |