Index: include/core/SkClipStack.h |
diff --git a/include/core/SkClipStack.h b/include/core/SkClipStack.h |
index 3156941125b4a77f066464a5be5b63fc9c4df4fd..973f70a42be26b0d329985655a36d1ba3fba6d1e 100644 |
--- a/include/core/SkClipStack.h |
+++ b/include/core/SkClipStack.h |
@@ -170,7 +170,7 @@ |
*/ |
void replay(SkCanvasClipVisitor*) const; |
-#ifdef SK_DEBUG |
+#ifdef SK_DEVELOPER |
/** |
* Dumps the element to SkDebugf. This is intended for Skia development debugging |
* Don't rely on the existence of this function or the formatting of its output. |
@@ -353,7 +353,7 @@ |
int32_t getTopmostGenID() const; |
-#ifdef SK_DEBUG |
+#ifdef SK_DEVELOPER |
/** |
* Dumps the contents of the clip stack to SkDebugf. This is intended for Skia development |
* debugging. Don't rely on the existence of this function or the formatting of its output. |