commit | 03f970652e07c6832cae41fa374cb68ca80d472c | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 21 13:13:52 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Tue Aug 21 13:13:52 2012 +0000 |
tree | 4518a4b05c261016f0545c5b31b0b2e4cda0606a | |
parent | dd391b537e5362869f25f22d4e74be0501c1b98c [diff] [blame] |
shape ops work in progress working demo of old vs. new git-svn-id: http://skia.googlecode.com/svn/trunk@5209 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/experimental/Intersection/EdgeDemo.h b/experimental/Intersection/EdgeDemo.h index 21c1563..934e546 100644 --- a/experimental/Intersection/EdgeDemo.h +++ b/experimental/Intersection/EdgeDemo.h
@@ -1,3 +1,3 @@ class SkCanvas; -bool DrawEdgeDemo(SkCanvas* canvas, int step); +bool DrawEdgeDemo(SkCanvas* canvas, int step, bool useOld);