Index: dm/DM.cpp |
diff --git a/dm/DM.cpp b/dm/DM.cpp |
index 87555984bc581d43caa74a95d7ead4065fc7d5d5..80a22819813683c3b07ef736b81bb824d02ae853 100644 |
--- a/dm/DM.cpp |
+++ b/dm/DM.cpp |
@@ -230,9 +230,6 @@ int tool_main(int argc, char** argv) { |
#if SK_ENABLE_INST_COUNT |
gPrintInstCount = FLAGS_leaks; |
#endif |
- GM::SetResourcePath(FLAGS_resources[0]); |
- SkBenchmark::SetResourcePath(FLAGS_resources[0]); |
- Test::SetResourcePath(FLAGS_resources[0]); |
SkTArray<SkString> configs; |
for (int i = 0; i < FLAGS_config.count(); i++) { |