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
This commit is contained in:
robertphillips@google.com 2013-11-03 13:40:34 +00:00
parent f54ad6f488
commit d998bec918

View File

@ -7,7 +7,7 @@
#include "SkOpContour.h"
#include "SkPath.h"
#if SK_DEBUG
#ifdef SK_DEBUG
#include "SkPathOpsPoint.h"
#endif