Index: include/utils/SkRTConf.h |
diff --git a/include/utils/SkRTConf.h b/include/utils/SkRTConf.h |
index d80e418419701536ecede47b5ea46dc072444373..c3e97ef5e30cde83d62165128e1ddf4ab9b4111a 100644 |
--- a/include/utils/SkRTConf.h |
+++ b/include/utils/SkRTConf.h |
@@ -49,7 +49,7 @@ |
SkString fDescription; |
}; |
-#ifdef SK_DEBUG |
+#ifdef SK_DEVELOPER |
#define SK_CONF_DECLARE(confType, varName, confName, defaultValue, description) static SkRTConf<confType> varName(confName, defaultValue, description) |
#define SK_CONF_SET(confname, value) \ |
skRTConfRegistry().set(confname, value, true) |