| commit | d998bec91855b8830b01db2d2caf155ab077b91b | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sun Nov 03 13:40:34 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Sun Nov 03 13:40:34 2013 +0000 |
| tree | f7675e171af3afe8e8866e47545ce5d90d3d8759 | |
| parent | f54ad6f488845d0fc27734984e39185e15370fbc [diff] [blame] |
Fix for Chromium-side compilation complaint: src/pathops/SkIntersectionHelper.h:10:13: error: #if with no expression git-svn-id: http://skia.googlecode.com/svn/trunk@12108 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/src/pathops/SkIntersectionHelper.h b/src/pathops/SkIntersectionHelper.h index f5eeaf8..1d7b639 100644 --- a/src/pathops/SkIntersectionHelper.h +++ b/src/pathops/SkIntersectionHelper.h
@@ -7,7 +7,7 @@ #include "SkOpContour.h" #include "SkPath.h" -#if SK_DEBUG +#ifdef SK_DEBUG #include "SkPathOpsPoint.h" #endif