| Index: tests/PathOpsTestCommon.h
|
| diff --git a/tests/PathOpsTestCommon.h b/tests/PathOpsTestCommon.h
|
| index 7a72ff29a5d448288bb054dffa446ca2fc8b293b..3fd79e1a5a09715373d69b2befcdd8db27b66ed9 100644
|
| --- a/tests/PathOpsTestCommon.h
|
| +++ b/tests/PathOpsTestCommon.h
|
| @@ -7,7 +7,7 @@
|
| #ifndef PathOpsTestCommon_DEFINED
|
| #define PathOpsTestCommon_DEFINED
|
|
|
| -#include "SkPathOpsQuad.h"
|
| +#include "SkPathOpsConic.h"
|
| #include "SkTArray.h"
|
|
|
| struct SkPathOpsBounds;
|
| @@ -15,7 +15,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 ValidBounds(const SkPathOpsBounds& );
|
| +bool ValidConic(const SkDConic& cubic);
|
| bool ValidCubic(const SkDCubic& cubic);
|
| bool ValidLine(const SkDLine& line);
|
| bool ValidPoint(const SkDPoint& pt);
|
|
|