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

Unified Diff: skia/config/SkUserConfig.h

Issue 29763002: Enable reference adoption run time checks for Blink+skia in Debug builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added missing SK_API Created 7 years, 2 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 | skia/config/sk_ref_cnt_base_debug.h » ('j') | skia/config/sk_ref_cnt_base_debug.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/config/SkUserConfig.h
diff --git a/skia/config/SkUserConfig.h b/skia/config/SkUserConfig.h
index ea80e27d199a585a9e37092678968f55ef141e26..12a0c9a06ca4d1c64ac4ce6ef5f6610201ea7ec0 100644
--- a/skia/config/SkUserConfig.h
+++ b/skia/config/SkUserConfig.h
@@ -152,6 +152,10 @@
// ===== Begin Chrome-specific definitions =====
+#ifdef SK_DEBUG
+#define SK_REF_CNT_BASE_INCLUDE "sk_ref_cnt_base_debug.h"
Stephen White 2013/10/21 22:11:28 Ew. I guess I missed the code review where the oth
+#endif
+
#define SK_SCALAR_IS_FLOAT
#undef SK_SCALAR_IS_FIXED
« no previous file with comments | « no previous file | skia/config/sk_ref_cnt_base_debug.h » ('j') | skia/config/sk_ref_cnt_base_debug.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698