From 752b60e633a349c5b9f7bcc6a28b8064fc77bb41 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Thu, 22 Mar 2012 21:11:17 +0000 Subject: work in progress git-svn-id: http://skia.googlecode.com/svn/trunk@3471 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/Intersection/EdgeWalker_Test.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experimental/Intersection/EdgeWalker_Test.h') diff --git a/experimental/Intersection/EdgeWalker_Test.h b/experimental/Intersection/EdgeWalker_Test.h index c449d1a4d8..c7f405b19d 100644 --- a/experimental/Intersection/EdgeWalker_Test.h +++ b/experimental/Intersection/EdgeWalker_Test.h @@ -5,7 +5,7 @@ extern void contourBounds(const SkPath& path, SkTDArray& boundsArray); extern bool comparePaths(const SkPath& one, const SkPath& two); extern void comparePathsTiny(const SkPath& one, const SkPath& two); -extern void drawAsciiPaths(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); -- cgit v1.2.3