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:
parent
f54ad6f488
commit
d998bec918
@ -7,7 +7,7 @@
|
||||
#include "SkOpContour.h"
|
||||
#include "SkPath.h"
|
||||
|
||||
#if SK_DEBUG
|
||||
#ifdef SK_DEBUG
|
||||
#include "SkPathOpsPoint.h"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user