Index: tools/render_pictures_main.cpp |
diff --git a/tools/render_pictures_main.cpp b/tools/render_pictures_main.cpp |
index bf828316f711422b681d0433563c3aa6d5bc4b3b..70bc22132b06663b2dfb09992271462e61b8454a 100644 |
--- a/tools/render_pictures_main.cpp |
+++ b/tools/render_pictures_main.cpp |
@@ -440,8 +440,10 @@ int tool_main(int argc, char** argv) { |
#if GR_CACHE_STATS |
if (renderer->isUsingGpuDevice()) { |
GrContext* ctx = renderer->getGrContext(); |
- |
ctx->printCacheStats(); |
+#ifdef SK_DEVELOPER |
+ ctx->dumpFontCache(); |
+#endif |
} |
#endif |
#endif |