| Index: dm/DM.cpp
|
| diff --git a/dm/DM.cpp b/dm/DM.cpp
|
| index 0de661677a9e0afb1ff7b82abd4e236334010f4d..fde057d03f4a197e6314327d377ac7b7adc63b11 100644
|
| --- a/dm/DM.cpp
|
| +++ b/dm/DM.cpp
|
| @@ -226,9 +226,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++) {
|
|
|