| Index: tests/PathOpsTestCommon.h
|
| diff --git a/tests/PathOpsTestCommon.h b/tests/PathOpsTestCommon.h
|
| index 78f2e9092c0fd972e879d63a19e7abb972c800e2..0c42bfbb057c67e7628fe0ecddcecb96486c13ed 100644
|
| --- a/tests/PathOpsTestCommon.h
|
| +++ b/tests/PathOpsTestCommon.h
|
| @@ -12,6 +12,8 @@
|
|
|
| struct SkPathOpsBounds;
|
|
|
| +void CubicPathToQuads(const SkPath& cubicPath, SkPath* quadPath);
|
| +void CubicPathToSimple(const SkPath& cubicPath, SkPath* simplePath);
|
| void CubicToQuads(const SkDCubic& cubic, double precision, SkTArray<SkDQuad, true>& quads);
|
| bool ValidBounds(const SkPathOpsBounds&);
|
| bool ValidCubic(const SkDCubic& cubic);
|
|
|