Index: tests/PathOpsExtendedTest.h |
diff --git a/tests/PathOpsExtendedTest.h b/tests/PathOpsExtendedTest.h |
index f81c42e5127e047c790ae7bcef210cc6197ac622..46ee03b193410aa380a8719114a3e0fee72c6eae 100644 |
--- a/tests/PathOpsExtendedTest.h |
+++ b/tests/PathOpsExtendedTest.h |
@@ -37,6 +37,8 @@ extern bool testPathOpCheck(skiatest::Reporter* reporter, const SkPath& a, const |
const SkPathOp , const char* testName, bool checkFail); |
extern bool testPathOpFailCheck(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, |
const SkPathOp , const char* testName); |
+extern bool testPathOpFlaky(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, |
+ const SkPathOp , const char* testName); |
extern bool testPathFailOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, |
const SkPathOp , const char* testName); |
extern bool testThreadedPathOp(skiatest::Reporter* reporter, const SkPath& a, const SkPath& b, |