aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/text/GrBatchFontCache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/text/GrBatchFontCache.h')
-rw-r--r--src/gpu/text/GrBatchFontCache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gpu/text/GrBatchFontCache.h b/src/gpu/text/GrBatchFontCache.h
index b5cfaf2cff..a06652b967 100644
--- a/src/gpu/text/GrBatchFontCache.h
+++ b/src/gpu/text/GrBatchFontCache.h
@@ -182,7 +182,9 @@ public:
///////////////////////////////////////////////////////////////////////////
// Functions intended debug only
+#ifdef SK_DEBUG
void dump() const;
+#endif
void setAtlasSizes_ForTesting(const GrBatchAtlasConfig configs[3]);