diff options
author | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-11-23 20:10:41 +0000 |
---|---|---|
committer | reed@android.com <reed@android.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2009-11-23 20:10:41 +0000 |
commit | e522ca5d5f249bd51a00cb68bb051f811d0a9e85 (patch) | |
tree | f69fea7ec607bbc9cb88e1a154b5c37a3c626852 /include/core | |
parent | 90209caa686464cad70dd9d60b53c3d967eb57da (diff) |
fix winding bug in lineclipper
expose path.dump() all the time
UP arrow now toggles a grid of clip rects in sample app
git-svn-id: http://skia.googlecode.com/svn/trunk@443 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/core')
-rw-r--r-- | include/core/SkPath.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/core/SkPath.h b/include/core/SkPath.h index 6d4d670c4a..ecdfd1ab41 100644 --- a/include/core/SkPath.h +++ b/include/core/SkPath.h @@ -547,11 +547,8 @@ public: Verb autoClose(SkPoint pts[2]); }; -#ifdef SK_DEBUG - /** @cond UNIT_TEST */ void dump(bool forceClose, const char title[] = NULL) const; - /** @endcond */ -#endif + void dump() const; void flatten(SkFlattenableWriteBuffer&) const; void unflatten(SkFlattenableReadBuffer&); |