| Index: src/pathops/SkPathOpsPoint.h
|
| diff --git a/src/pathops/SkPathOpsPoint.h b/src/pathops/SkPathOpsPoint.h
|
| index 8fd247ee51888436196d44c0e562a5b39279f6cd..336fb62de083d3d8e3816b1ea0283ce5ac9fbb8c 100644
|
| --- a/src/pathops/SkPathOpsPoint.h
|
| +++ b/src/pathops/SkPathOpsPoint.h
|
| @@ -148,7 +148,7 @@ struct SkDPoint {
|
| return AlmostBequalUlps((double) largest, largest + dist); // is dist within ULPS tolerance?
|
| }
|
|
|
| -#if SK_DEBUG
|
| +#ifdef SK_DEBUG
|
| static bool RoughlyEqual(const SkPoint& a, const SkPoint& b) {
|
| if (approximately_equal(a.fX, b.fX) && approximately_equal(a.fY, b.fY)) {
|
| return true;
|
|
|