aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar joshualitt <joshualitt@chromium.org>2015-04-28 07:04:11 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2015-04-28 07:04:11 -0700
commit8f94bb2b25a30917746c5180614e58253c76ae77 (patch)
tree627ad02b8297acb8ba12b2578bdca58e637db1b8 /tools
parent438de49857cab98981b35d04dc49c2135124d18b (diff)
remove old text contexts and fontcache
Diffstat (limited to 'tools')
-rw-r--r--tools/render_pictures_main.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/render_pictures_main.cpp b/tools/render_pictures_main.cpp
index 16963dd3cf..2624a6e0fe 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