Commit 879405ae authored by mtklein's avatar mtklein Committed by Commit bot

SK_DEBUG when DCHECK_ALWAYS_ON

BUG=

Review URL: https://codereview.chromium.org/966593002

Cr-Commit-Position: refs/heads/master@{#318557}
parent a4c7ab8a
......@@ -79,6 +79,10 @@
//#define SK_DEBUG
//#define SK_RELEASE
#ifdef DCHECK_ALWAYS_ON
#undef SK_RELEASE
#define SK_DEBUG
#endif
/* If, in debugging mode, Skia needs to stop (presumably to invoke a debugger)
it will call SK_CRASH(). If this is not defined it, it is defined in
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment