| Index: include/core/SkClipStack.h
|
| diff --git a/include/core/SkClipStack.h b/include/core/SkClipStack.h
|
| index 973f70a42be26b0d329985655a36d1ba3fba6d1e..3156941125b4a77f066464a5be5b63fc9c4df4fd 100644
|
| --- a/include/core/SkClipStack.h
|
| +++ b/include/core/SkClipStack.h
|
| @@ -170,7 +170,7 @@ public:
|
| */
|
| void replay(SkCanvasClipVisitor*) const;
|
|
|
| -#ifdef SK_DEVELOPER
|
| +#ifdef SK_DEBUG
|
| /**
|
| * 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 @@ public:
|
|
|
| int32_t getTopmostGenID() const;
|
|
|
| -#ifdef SK_DEVELOPER
|
| +#ifdef SK_DEBUG
|
| /**
|
| * 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.
|
|
|