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

Unified Diff: skia/config/SkUserConfig.h

Issue 173257: Revert r24085 and r24086, restoring skia asserts to debug-only.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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 | « no previous file | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/config/SkUserConfig.h
===================================================================
--- skia/config/SkUserConfig.h (revision 24086)
+++ skia/config/SkUserConfig.h (working copy)
@@ -76,13 +76,10 @@
based on the presence or absence of NDEBUG, but that decision can be changed
here.
*/
+//#define SK_DEBUG
+//#define SK_RELEASE
-// Force SK_DEBUG even in release, so we get SkASSERTs.
-// TODO(senorblanco): Remove this after a few reliability runs.
-#define SK_DEBUG
-#undef SK_RELEASE
-
/* 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
SkPostConfig.h to write to an illegal address
« no previous file with comments | « no previous file | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698