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