aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/pathops/SkPathOpsDebug.h
diff options
context:
space:
mode:
authorGravatar csmartdalton <csmartdalton@google.com>2016-08-10 10:07:57 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-08-10 10:07:58 -0700
commitceeaa78713dde9cc6e3ccd688aca6021b260af4d (patch)
tree0cb53ce7219ee4cbdb1131e719e6379a21adabc4 /src/pathops/SkPathOpsDebug.h
parentce81ed58e2fd6bfa9043a8b5ab94191f52683628 (diff)
Fix SkDEBUGCODE to accept commas
Diffstat (limited to 'src/pathops/SkPathOpsDebug.h')
-rw-r--r--src/pathops/SkPathOpsDebug.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pathops/SkPathOpsDebug.h b/src/pathops/SkPathOpsDebug.h
index 9e910686b7..e7849ffbaf 100644
--- a/src/pathops/SkPathOpsDebug.h
+++ b/src/pathops/SkPathOpsDebug.h
@@ -101,11 +101,9 @@
#ifdef SK_RELEASE
#define SkDEBUGRELEASE(a, b) b
#define SkDEBUGPARAMS(...)
- #define SkDEBUGCODE_(...)
#else
#define SkDEBUGRELEASE(a, b) a
#define SkDEBUGPARAMS(...) , __VA_ARGS__
- #define SkDEBUGCODE_(...) __VA_ARGS__ // temporary until SkDEBUGCODE is fixed
#endif
#if DEBUG_VALIDATE == 0