Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3134)

Unified Diff: experimental/Intersection/DataTypes.h

Issue 481513004: Define NDEBUG instead of SK_DEBUG/SK_RELEASE. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/Intersection/CubicUtilities.cpp ('k') | experimental/Intersection/DataTypes.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/Intersection/DataTypes.h
diff --git a/experimental/Intersection/DataTypes.h b/experimental/Intersection/DataTypes.h
index 20dbef875135f7e4645282037685dc4d2d4266f3..870a6de7659b1057eb9771680b9de2a95ce9653e 100644
--- a/experimental/Intersection/DataTypes.h
+++ b/experimental/Intersection/DataTypes.h
@@ -409,7 +409,7 @@ struct QuadraticPair {
#define sk_double_isnan(a) sk_float_isnan(a)
// FIXME: move these to debugging file
-#if SK_DEBUG
+#ifdef SK_DEBUG
void mathematica_ize(char* str, size_t bufferSize);
bool valid_wind(int winding);
void winding_printf(int winding);
« no previous file with comments | « experimental/Intersection/CubicUtilities.cpp ('k') | experimental/Intersection/DataTypes.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698