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

Unified Diff: include/core/SkClipStack.h

Issue 1927583002: Repurpose Release_Developer BUILDTYPE and remove SK_DEVELOPER. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix typo Created 4 years, 8 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
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.
« no previous file with comments | « gyp/common.gypi ('k') | include/core/SkTypes.h » ('j') | src/core/SkResourceCache.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698