| Index: tools/render_pictures_main.cpp
|
| diff --git a/tools/render_pictures_main.cpp b/tools/render_pictures_main.cpp
|
| index 16963dd3cf717478816e13ddb8e1a04ed48a8a73..2624a6e0fecc73fc717da4defd8b1b9824f7dbee 100644
|
| --- a/tools/render_pictures_main.cpp
|
| +++ b/tools/render_pictures_main.cpp
|
| @@ -478,9 +478,6 @@ int tool_main(int argc, char** argv) {
|
| if (renderer->isUsingGpuDevice()) {
|
| GrContext* ctx = renderer->getGrContext();
|
| ctx->printCacheStats();
|
| -#ifdef SK_DEVELOPER
|
| - ctx->dumpFontCache();
|
| -#endif
|
| }
|
| #endif
|
|
|
|
|