Index: gm/gmmain.cpp |
=================================================================== |
--- gm/gmmain.cpp (revision 8637) |
+++ gm/gmmain.cpp (working copy) |
@@ -1788,10 +1788,8 @@ |
gmsRun++; |
SkISize size = gm->getISize(); |
- if (FLAGS_verbose) { |
- gm_fprintf(stdout, "%sdrawing... %s [%d %d]\n", moduloStr.c_str(), shortName, |
- size.width(), size.height()); |
- } |
+ gm_fprintf(stdout, "%sdrawing... %s [%d %d]\n", moduloStr.c_str(), shortName, |
+ size.width(), size.height()); |
run_multiple_configs(gmmain, gm, configs, grFactory); |