From 65f9f0a1664a9cb38157ccfbcc3e0e936af0a58e Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Wed, 23 May 2012 18:09:25 +0000 Subject: shape ops work in progress (get rid of some warnings) git-svn-id: http://skia.googlecode.com/svn/trunk@4037 2bbb7eff-a529-9590-31e7-b0007b416f81 --- experimental/Intersection/ShapeOps.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'experimental/Intersection/ShapeOps.h') diff --git a/experimental/Intersection/ShapeOps.h b/experimental/Intersection/ShapeOps.h index b847336baf..95b1b2cb53 100644 --- a/experimental/Intersection/ShapeOps.h +++ b/experimental/Intersection/ShapeOps.h @@ -2,6 +2,6 @@ void contourBounds(const SkPath& path, SkTDArray& boundsArray); void simplify(const SkPath& path, bool asFill, SkPath& simple); -void simplifyx(const SkPath& path, bool asFill, SkPath& simple); +void simplifyx(const SkPath& path, SkPath& simple); extern const bool gRunTestsInOneThread; // FIXME: remove once debugging is complete \ No newline at end of file -- cgit v1.2.3