projects
/
platform
/
upstream
/
libSkiaSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f0d9f3
)
Defined SkDEBUGFAILF on Release builds
author
hstern
<hstern@google.com>
Mon, 15 Aug 2016 22:26:31 +0000
(15:26 -0700)
committer
Commit bot
<commit-bot@chromium.org>
Mon, 15 Aug 2016 22:26:31 +0000
(15:26 -0700)
BUG=skia:
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=
2244253003
Review-Url: https://codereview.chromium.org/
2244253003
include/core/SkTypes.h
patch
|
blob
|
history
diff --git
a/include/core/SkTypes.h
b/include/core/SkTypes.h
index
95fff7d
..
0cef8a1
100644
(file)
--- a/
include/core/SkTypes.h
+++ b/
include/core/SkTypes.h
@@
-163,6
+163,7
@@
inline void operator delete(void* p) {
#define SkASSERT(cond)
#define SkASSERTF(cond, fmt, ...)
#define SkDEBUGFAIL(message)
+ #define SkDEBUGFAILF(fmt, ...)
#define SkDEBUGCODE(...)
#define SkDEBUGF(args)
#define SkDECLAREPARAM(type, var)