diff options
Diffstat (limited to 'experimental/Intersection/EdgeWalker_Test.h')
-rw-r--r-- | experimental/Intersection/EdgeWalker_Test.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/experimental/Intersection/EdgeWalker_Test.h b/experimental/Intersection/EdgeWalker_Test.h index c7f405b19d..ac9743699a 100644 --- a/experimental/Intersection/EdgeWalker_Test.h +++ b/experimental/Intersection/EdgeWalker_Test.h @@ -1,12 +1,10 @@ -#include "SkPath.h" +#include "ShapeOps.h" -extern void contourBounds(const SkPath& path, SkTDArray<SkRect>& boundsArray); extern bool comparePaths(const SkPath& one, const SkPath& two); extern void comparePathsTiny(const SkPath& one, const SkPath& two); extern bool drawAsciiPaths(const SkPath& one, const SkPath& two, bool drawPaths); -extern void simplify(const SkPath& path, bool asFill, SkPath& simple); extern void showPath(const SkPath& path, const char* str = NULL); extern bool testSimplify(const SkPath& path, bool fill, SkPath& out); |