Index: include/utils/SkDumpCanvas.h |
diff --git a/include/utils/SkDumpCanvas.h b/include/utils/SkDumpCanvas.h |
index 2cf37c3b8cb02c23b8a819b003e574c41b47b1c8..1c16bf3f03abaf6d97043be4a64909b07d0c48c9 100644 |
--- a/include/utils/SkDumpCanvas.h |
+++ b/include/utils/SkDumpCanvas.h |
@@ -10,7 +10,7 @@ |
#include "SkCanvas.h" |
-#ifdef SK_DEBUG |
+#ifdef SK_DEVELOPER |
/** This class overrides all the draw methods on SkCanvas, and formats them |
as text, and then sends that to a Dumper helper object. |