Index: tests/PathOpsTestCommon.h |
diff --git a/tests/PathOpsTestCommon.h b/tests/PathOpsTestCommon.h |
index 7a72ff29a5d448288bb054dffa446ca2fc8b293b..0c42bfbb057c67e7628fe0ecddcecb96486c13ed 100644 |
--- a/tests/PathOpsTestCommon.h |
+++ b/tests/PathOpsTestCommon.h |
@@ -21,6 +21,7 @@ |
bool ValidPoint(const SkDPoint& pt); |
bool ValidPoints(const SkPoint* pts, int count); |
bool ValidQuad(const SkDQuad& quad); |
+bool ValidTriangle(const SkDTriangle& triangle); |
bool ValidVector(const SkDVector& v); |
#endif |