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

Unified Diff: include/core/SkPreConfig.h

Issue 2204683005: Enable SK_DEBUG/SK_RELEASE to be defined in the user config. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Enable SK_DEBUG/SK_RELEASE to be defined in the user config. Created 4 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 | « include/core/SkPostConfig.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkPreConfig.h
diff --git a/include/core/SkPreConfig.h b/include/core/SkPreConfig.h
index f993920fda5cd4e3ab9934b5dd5e998e69b826ff..82a9f0d364e009361738ee8e6b03e5af35df5bfc 100644
--- a/include/core/SkPreConfig.h
+++ b/include/core/SkPreConfig.h
@@ -52,14 +52,6 @@
//////////////////////////////////////////////////////////////////////
-#if !defined(SK_DEBUG) && !defined(SK_RELEASE)
- #ifdef NDEBUG
- #define SK_RELEASE
- #else
- #define SK_DEBUG
- #endif
-#endif
-
#ifdef SK_BUILD_FOR_WIN32
#if !defined(SK_RESTRICT)
#define SK_RESTRICT __restrict
@@ -69,8 +61,6 @@
#endif
#endif
-//////////////////////////////////////////////////////////////////////
-
#if !defined(SK_RESTRICT)
#define SK_RESTRICT __restrict__
#endif
« no previous file with comments | « include/core/SkPostConfig.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698